Hi!
I am working with an LDAP connector and having problems with the DistinguishedName attribute: with a custom template I obtain the desired format for this attribute in LDAPAccount (uid=XXX,ou=....), It works correctly but when an user's account is synchronized, the connector generates a different value and the DistinguishedName attribute changes (cn=XXX,ou=....). With synchronization editor I see this change is due to the DistinguishedName-vrtEntryDN mapping, marked with force mapping option.
How can I change this behaviour and maintain the value that comes from my template, how can I change the calculation of vrtEntryDN? Is it possible??
Regards