Lightweight Directory Access Protocol (LDAP) is an open, cross-platform protocol designed for accessing and managing directory information. In Active Directory (AD), LDAP is the backbone for querying, updating, and managing data about users, groups, and resources. Its standardized communication mechanism makes LDAP essential for centralized identity management and authentication in Windows environments.
Key Points:

LDAP organizes data in a tree-like hierarchy that resembles a file system:
Top-Level Domain (TLD):
dc=ldap,dc=thm
Subdomains/Organizational Units (OUs):
ou=people ou=groups ou=resources
Entries & Naming:
cn=John Doe,ou=people,dc=example,dc=com).cn=John Doe).[email protected]).
LDAP operates on a client-server model: