An LDAP client
Methods
|
|
|
|
bind
|
bind (
self,
dn='',
auth='',
)
|
|
connectionLost
|
connectionLost ( self )
Called when TCP connection has been lost
|
|
connectionMade
|
connectionMade ( self )
TCP connection has opened
|
|
dataReceived
|
dataReceived ( self, recd )
|
|
handle
|
handle ( self, msg )
|
|
handle_bind_fail
|
handle_bind_fail (
self,
resultCode,
errorMessage,
)
|
|
handle_bind_msg
|
handle_bind_msg ( self, resp )
|
|
handle_bind_success
|
handle_bind_success (
self,
matchedDN,
serverSaslCreds,
)
|
|
queue
|
queue (
self,
op,
handler=None,
)
|
|
unbind
|
unbind ( self )
|
|