Change naming attribute from cn to uid
675004Dec 10 2008 — edited Dec 15 2008I'm trying to change the naming attribute from cn to uid to maintain uniqueness in the dn.
For example, I want the dn to appear as:
dn:uid=xxxxxxxx,o=my-company,c=us
instead of:
dn:cn=xxxxxxxx,o=my-company,c=us
How do I do this? Any help appreciated.