In this post we are going to see how to update RDN of user automatically to cn or uid
Parameter that need to be changed is Name (Code Key)
If you need uid as RDN prefix change Decode as shown below:
- If you want to change for OID then update lookup:
Lookup.OID.UM.ProvAttrMap
- If you want to change for OUD/LDAP then update lookup:
Lookup.LDAP.UM.ProvAttrMap
Parameter that need to be changed is Name (Code Key)
If you need uid as RDN prefix change Decode as shown below:
Name | __NAME__="uid=${User_ID},${Container_DN}" |
If you need cn as RDN prefix change Decode as shown below:
Name | __NAME__="cn=${User_ID},${Container_DN}" |
Thanks !!
No comments:
Post a Comment