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 | |
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 | |
Implements |
__implemented__ = <implementedBy ldaptor.protocols.ldap....
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from BaseLDAPEntry | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
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 Sat Aug 26 13:54:32 2006 | http://epydoc.sf.net |