python-ldap Documentation¶
Abstract
This document describes the package python-ldap with its various modules.
Depending on what you want to do this manual assumes basic to expert knowledge about the Python language and the LDAP standard (LDAPv3).
Contents¶
- Building and installing
ldap
LDAP library interface moduleldap.async
Stream-processing of large search resultsldap.controls
High-level access to LDAPv3 extended controlsldap.dn
LDAP Distinguished Name handlingldap.extop
High-level access to LDAPv3 extended operationsldap.filter
LDAP filter handlingldap.modlist
Generate modify listsldap.resiter
Generator for stream-processing of large search results- Examples
ldap.schema
Handling LDAPv3 schemaldap.syncrepl
Implementation of a syncrepl consumerldap.sasl
Handling LDAPv3 schemaldif
LDIF parser and generatorldapurl
LDAP URL handlingdsml
DSMLv1 parser and generator