| 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)
|
| |
bind(self,
password)
|
| |
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)
|
| |
lookup(self,
dn)
|
| |
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)
|
| |
_canRemove(self,
key,
value)
Called by JournaledLDAPAttributeSet when it is about to remove a value
of an attributeType. |
| |
_canRemoveAll(self,
key)
Called by JournaledLDAPAttributeSet when it is about to remove all
values of an attributeType. |
| |
_cbAddDone(self,
msg,
dn)
|
| |
_cbDeleteDone(self,
msg)
|
| |
_cbFetch(self,
results,
overWrite)
|
| |
_cbMoveDone(self,
msg,
newDN)
|
| |
_cbNamingContext_Entries(self,
results)
|
| |
_cbSearchEntry(self,
callback,
objectName,
attributes,
complete)
|
| |
_cbSearchMsg(self,
msg,
d,
callback,
complete,
sizeLimitIsNonFatal)
|
| |
_cbSetPassword(self,
dl,
names)
|
| |
_cbSetPassword_ExtendedOperation(self,
msg)
|
| |
_cbSetPassword_one(self,
result)
|
| |
_checkState(self)
|
| |
_commit_success(self,
msg)
|
| |
_ebSetPassword_one(self,
fail)
|
| |
_handle_bind_msg(self,
msg)
|
| |
_setPasswordAll(self,
results,
newPasswd,
prefix,
names)
|
| Inherited from BaseLDAPEntry |
| |
__hash__(self)
|
| |
diff(self,
other)
Compute differences between this and another LDAP entry. |
| |
hasMember(self,
dn)
|
| |
_bind(self,
password)
|
| Inherited from object |
| |
__delattr__(...)
x.__delattr__('name') <==> del x.name |
| |
__getattribute__(...)
x.__getattribute__('name') <==> x.name |
| |
__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 |