From CISO Marketplace — the hub for security professionals Visit

LDAP

Data Protection

Definition

Protocol for accessing directory services in networked environments.

Technical Details

LDAP, or Lightweight Directory Access Protocol, is a protocol used to access and manage directory information services over an IP network. It operates over TCP/IP and utilizes a client-server architecture. LDAP is designed to provide a central database for storing user and resource information, supporting operations such as searching, adding, modifying, and deleting directory entries. The data in LDAP is organized in a hierarchical structure known as a Directory Information Tree (DIT), which allows for efficient management and retrieval of information. LDAP can be secured using Transport Layer Security (TLS) or Secure Sockets Layer (SSL) to encrypt the data transmitted between the client and server.

Practical Usage

LDAP is widely used in enterprise environments for user authentication and authorization across various applications and services. For example, organizations implement LDAP for managing user accounts and permissions in email systems, file servers, and intranet applications. By centralizing user management, LDAP simplifies administrative tasks and enhances security by allowing single sign-on (SSO) capabilities, where users can authenticate once and gain access to multiple systems without needing to log in separately for each one.

Examples

Related Terms

Active Directory Directory Information Tree (DIT) Single Sign-On (SSO) Authentication Authorization
← Back to Glossary