LDAP attributes are Attributes of a LDAP entry in the LDAP tree
This attributes are also used in a X509 certificate
See Lightweight Directory Access Protocol (LDAP): Schema for User Applications
The attribute type is identified by:
The name of the attribute is also called its type because it governs whether:
The permitted value of an attributes are governed by its type (name) see above.
You can get more information from the LDAP directory as :
A country { relative name 'c=au' , description = 'Australia' }
|
|
---- A company { relative name = 'o=computer associates', web address = 'www.ca.com' }
|
|
----- A person { relative name = 'cn=Chris', favorite drink = 'japanese slipper' }
|
----- A person { relative name = 'cn=Trudi', favorite drink = 'beer' }
|
----- A person { relative name = 'cn=Jay', favorite drink = 'mineral water' }
This shows a simple directory with five entries.