| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Package protocols :: Package ldap :: Module ldapsyntax :: Class LDAPEntryWithAutoFill |
|
LDAPEntry --+
|
LDAPEntryWithAutoFill
| Method Summary | |
|---|---|
__init__(self,
*args,
**kwargs)
| |
addAutofiller(self,
autoFiller)
| |
Add an LDAPJournalOperation into the list of modifications that need to be flushed to the LDAP server. | |
| Inherited from LDAPEntry | |
| |
Delete all values of an attribute. | |
Comparison. | |
Get all values of an attribute. | |
| |
Inequality comparison. | |
| |
| |
Set values of an attribute. | |
Stringify as LDIF. | |
Send all pending changes to the LDAP server. | |
Delete this object from the LDAP server. | |
Fetch the attributes of this object from the server. | |
Get all values of an attribute. | |
| |
| |
| |
Move the object to a new DN. | |
Return an LDAPEntry for the naming context that contains this object. | |
Perform an LDAP search with this object as the base. | |
Set all applicable passwords for this object. | |
Set the password on this object. | |
Set the Samba password on this object. | |
Set the password on this object. | |
Set the Samba password on this object if it is a sambaAccount. | |
Forget all pending changes. | |
| Method Details |
|---|
journal(self, journalOperation)Add an LDAPJournalOperation into the list of modifications that need to be flushed to the LDAP server. Normal callers should not use this, they should use the o['foo']=['bar', 'baz'] -style API that enforces schema, handles errors and updates the cached data.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Fri Mar 12 17:21:13 2004 | http://epydoc.sf.net |