Description
Lets Python applications communicate with LDAP v3 directory servers using a pure Python client. It is useful for account lookup, group membership checks, directory synchronization, and enterprise identity integrations.
LDAP often exposes people, groups, and authentication-related data. Applications should use TLS when appropriate, protect bind credentials, and limit directory queries to the required scope.