Is it possible to set identity template dynamically?
Hi,
I want to create accounts on LDAP through activesync.
I set identity template :[uid=$accountId$,ou=$category$,dc=....].
But I don't want to set category attribute in schema map of resource.
Is it possible to set $category$ attribute dynamically
depends on the value of other attribute without defining schema map?
thanks in advance.
[380 byte] By [
t1130ma] at [2007-11-26 17:27:15]

# 1
Hi,
Absolutely possible, you could either create a field called global.category in your activeSync form or the way I'd do it which is to set the .identity field. In your activeSync form when you assign the LDAP resource to the user view you can a have a field called 'accounts[LDAP].identity' and then use an expansion event within this field to build your DN of the user account on LDAP.
HTH,
Paul