Method Summary |
|
__init__ (self,
client,
dn,
attributes,
complete)
Initialize the object. |
|
__contains__(self,
key)
|
|
__delitem__(self,
key)
|
|
__eq__(self,
other)
|
|
__getitem__(self,
*a,
**kw)
|
|
__len__(self)
|
|
__ne__(self,
other)
|
|
__nonzero__(self)
|
|
__repr__(self)
|
|
__setitem__(self,
key,
value)
|
|
__str__(self)
|
|
addChild(self,
rdn,
attributes)
|
|
buildAttributeSet(self,
key,
values)
|
|
commit(self)
|
|
delete(self)
|
|
fetch(self,
*attributes)
|
|
get(self,
*a,
**kw)
|
|
has_key(self,
*a,
**kw)
|
|
items(self)
|
|
journal (self,
journalOperation)
Add a Modification into the list of modifications that need to be
flushed to the LDAP server. |
|
keys(self)
|
|
move(self,
newDN)
|
|
namingContext(self)
|
|
search(self,
filterText,
filterObject,
attributes,
scope,
derefAliases,
sizeLimit,
sizeLimitIsNonFatal,
timeLimit,
typesOnly,
callback)
|
|
setPassword(self,
newPasswd)
|
|
setPassword_ExtendedOperation (self,
newPasswd)
Set the password on this object. |
|
setPassword_Samba (self,
newPasswd,
style)
Set the Samba password on this object. |
|
setPasswordMaybe_ExtendedOperation (self,
newPasswd)
Set the password on this object. |
|
setPasswordMaybe_Samba (self,
newPasswd)
Set the Samba password on this object if it is a sambaSamAccount or
sambaAccount. |
|
undo(self)
|
Inherited from BaseLDAPEntry |
|
bind (self,
password)
|
|
diff (self,
other)
Compute differences between this and another LDAP entry. |
Inherited from object |
|
__delattr__ (...)
x.__delattr__('name') <==> del x.name |
|
__getattribute__ (...)
x.__getattribute__('name') <==> x.name |
|
__hash__ (x)
x.__hash__() <==> hash(x) |
|
__new__ (T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
|
__reduce__ (...)
helper for pickle |
|
__reduce_ex__ (...)
helper for pickle |
|
__setattr__ (...)
x.__setattr__('name', value) <==> x.name = value |