tldap.methods is a set of classes to assist manipulating attributes in a generic way.
Base class, all objects should inherit from this instead of tldap.base.LDAPobject.
Get the default base_dn for this class.
Parameters: |
|
---|---|
Returns: | Fully qualified base dn. May be None if unsuccessful. |
This class will lookup the base_dn in settings if the base method couldn’t get a result.
Class variable to be overriden for class that provides a list of mixins supported.