Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package protocols :: Package ldap :: Module ldapsyntax :: Class LDAPEntryWithAutoFill |
|
object
--+ |BaseLDAPEntry
--+ |EditableLDAPEntry
--+ |LDAPEntryWithClient
--+ | LDAPEntryWithAutoFill
Method Summary | |
---|---|
__init__(self,
*args,
**kwargs)
| |
addAutofiller(self,
autoFiller)
| |
Add a Modification into the list of modifications that need to be flushed to the LDAP server. | |
Inherited from LDAPEntryWithClient | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
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 sambaSamAccount or sambaAccount. | |
| |
Inherited from BaseLDAPEntry | |
| |
Compute differences between this and another LDAP entry. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
Inherited from LDAPEntryWithClient | |
tuple |
__implements__ = (<class 'ldaptor.interfaces.ILDAPEntry'...
|
Inherited from BaseLDAPEntry | |
NoneType |
dn = None |
Method Details |
---|
journal(self, journalOperation)Add a Modification 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.1 on Tue Aug 17 17:08:22 2004 | http://epydoc.sf.net |