LDAPConnection object
See interfaces.py for interface documentation.
Add a server definition to the list of servers used
initialize an ldap server connection
This method returns an instance of the underlying python-ldap connection class. It does not need to be called explicitly, all other operations call it implicitly.
Delete a record
Insert a new record
attrs is expected to be a mapping where the value may be a string or a sequence of strings. Multiple values may be expressed as a single string if the values are semicolon-delimited. Values can be marked as binary values, meaning they are not encoded as UTF-8, by appending ‘;binary’ to the key.
Get the logger
Modify a record
Remove a server definition from the list of servers used
Search for entries in the database