tldap

Holds global stuff for tldap.

Q
Shortcut to tldap.query_utils.Q, allows combining query terms.
DEFAULT_LDAP_ALIAS
Alias for default LDAP connection.
class tldap.DefaultConnectionProxy[source]

Proxy for accessing the default DatabaseWrapper object’s attributes. If you need to access the DatabaseWrapper object itself, use connections[DEFAULT_LDAP_ALIAS] instead.

tldap.connection = <tldap.DefaultConnectionProxy object>

The default LDAP connection.

tldap.connections = None

An object containing a list of all LDAP connections.

tldap.setup(settings)[source]

Function used to initialize LDAP settings.