
Double-click on the image to zoom-out ...Larger.
To return to Home page: Refresh Page or Take ESC Button on Keyboard.
Lightweight Directory Acess ProtocolLightweight Directory Access Protocol (LDAP) is an open, vendor-neutral protocol used for accessing and managing directory information over a network. It is commonly used for authentication and directory services, such as managing user credentials, organizational structures, and access permissions.
Key Features of LDAP
- Hierarchical Structure: Organizes data in a tree-like format (Distinguished Names, or DNs).
- Scalability: Supports large datasets and high query volumes.
- Authentication and Authorization: Often used for user authentication in organizations.
- Interoperability: Works with various systems, including Windows Active Directory, OpenLDAP, and more.
Common LDAP Terms
- DN (Distinguished Name): Unique identifier for directory entries.
- CN (Common Name): Represents objects like users or groups.
- OU (Organizational Unit): Groups objects logically.
- DC (Domain Component): Represents domain names.
Example of LDAP Structure
LDAP vs. Active Directory
- LDAP is a protocol.
- Active Directory (AD) is a directory service that uses LDAP for authentication.
No comments:
Post a Comment