Contains base class used for tldap objects.
The base class used for tldap objects.
Get the default base_dn for this class.
| Parameters: |
|
|---|---|
| Returns: | Fully qualified base dn. May be None if unsuccessful. |
Rename this entry. Use like object.rename(uid=”new”) or object.rename(cn=”new”). Can pass a list in using, as all connections must be renamed at once.
| Parameters: |
|
|---|
Saves the current instance. Override this in a subclass if you want to control the saving process.
| Parameters: |
|
|---|
Class variable to be overriden for class that provides a list of schemas to be used.