Methods
|
|
__init__
handle_entry
handle_fail
handle_msg
handle_success
|
|
__init__
|
__init__ (
self,
client,
baseObject='',
scope=pureldap.LDAP_SCOPE_wholeSubtree,
derefAliases=pureldap.LDAP_DEREF_neverDerefAliases,
sizeLimit=0,
timeLimit=0,
typesOnly=0,
filter=pureldap.LDAPFilterMatchAll,
attributes=[],
)
|
|
handle_entry
|
handle_entry (
self,
objectName,
attributes,
)
|
|
handle_fail
|
handle_fail (
self,
resultCode,
errorMessage,
)
|
|
handle_msg
|
handle_msg ( self, msg )
|
|
handle_success
|
handle_success ( self )
|
|