| Method Summary |
| |
getRootDSE(self,
request,
reply)
|
| |
handle_LDAPBindRequest(self,
request,
controls,
reply)
|
| |
handle_LDAPDelRequest(self,
request,
controls,
reply)
|
| |
handle_LDAPSearchRequest(self,
request,
controls,
reply)
|
| |
handle_LDAPUnbindRequest(self,
request,
controls,
reply)
|
| |
_cbSearchGotBase(self,
base,
dn,
request,
reply)
|
| |
_cbSearchLDAPError(self,
reason)
|
| |
_cbSearchOtherError(self,
reason)
|
| Inherited from BaseLDAPServer |
| |
__init__(self)
|
| |
checkControls(self,
controls)
|
| |
connectionLost(self,
reason)
Called when TCP connection has been lost |
| |
connectionMade(self)
TCP connection has opened |
| |
dataReceived(self,
recd)
|
| |
failDefault(self,
resultCode,
errorMessage)
|
| |
handle(self,
msg)
|
| |
handleUnknown(self,
request,
controls,
callback)
|
| |
queue(self,
id,
op)
|
| |
unsolicitedNotification(self,
msg)
|
| |
_callErrorHandler(self,
name,
resultCode,
errorMessage)
|
| |
_cbHandle(self,
response,
id)
|
| |
_cbLDAPError(self,
reason,
name)
|
| |
_cbOtherError(self,
reason,
name)
|
| Inherited from Protocol |
| |
connectionFailed(self)
(Deprecated) |
| Inherited from BaseProtocol |
| |
makeConnection(self,
transport)
Make a connection to a transport and a server. |