Monthly Archives: September 2009
Authentication in LDAP
To access the LDAP service, you must authenticate to the service. That is, it must tell the LDAP server who is going to be accessing the data so that the server can decide what the client is allowed to see and … Continue reading
LDAP Schema
LDAP Schema is a convenient packaging unit for containing broadly similar objectClasses and attributes. An LDAP schema must contain at least one object class.  An attribute added to one schema can also be used by an object class of another schema. … Continue reading
LDAP Protocol
The Lightweight Directory Access Protocol (LDAP) is a  protocol that is used for querying and modifying directory services running over TCP/IP. You know that a directory is a set of objects with attributes organized in a logical and hierarchical manner. … Continue reading

