Steffo's EcholotOnly technical stuff here. |
|
Saturday Apr 14, 2007
Weird modeling in X.500/LDAP and ActiveDirectory: cn in distinguished names
Over the last years I came across some common issues on the modeling in LDAP and ActiveDirectory, well, more on AD than LDAP. The first issue is on distinguished names. I never understood why so many AD implementation use the cn rather than uid or employeeNumber as part of the distinguished name. The problem is that if there are employees with common common names like 'John Smith' the dn's look like
This might not appear to be a problem from an LDAP perspective, but it is a problem from an identity management perspective. If John Smith gets married to Jane Miller and changes his name the key (dn) must be changed as well. Employee numbers don't change. Moreover, if the entries do not contain a company wide unique attribute at all it is difficult to tell whether 'jsmith5' on UNIX belongs to the same person as 'cn=John Smith 3' on LDAP/AD. When an IDM is deployed, no enterprise infomation system can be anyl longer regarded as an island. Data quality is one major issue in identity management projects and improper naming convention do contribute this this issue. Posted at 12:00AM Apr 14, 2007 by steffo in Identity Systems | Comments[4] |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Posted by Rainer on April 14, 2007 at 10:23 PM CEST #
Posted by Ludo on April 16, 2007 at 09:57 AM CEST #
Posted by 84.142.211.114 on April 16, 2007 at 11:00 AM CEST #
Posted by Steffo on April 16, 2007 at 11:02 AM CEST #