class documentation

Undocumented

Method __init__ Initialize the object.
Method connectionLost Called when TCP connection has been lost
Method connectionMade TCP connection has opened
Method handle_LDAPUnbindRequest Undocumented
Method handleUnknown Undocumented
Class Variable waitingConnect Undocumented
Instance Variable client Undocumented
Instance Variable config Undocumented
Instance Variable unbound Undocumented
Method _cbConnectionMade Undocumented
Method _clientQueue Undocumented
Method _failConnection Undocumented
Method _gotResponse Undocumented
Method _handleUnknown Undocumented
Method _whenConnected Undocumented

Inherited from BaseLDAPServer:

Method checkControls Undocumented
Method dataReceived Undocumented
Method failDefault Undocumented
Method handle Undocumented
Method queue Undocumented
Method unsolicitedNotification Undocumented
Class Variable berdecoder Undocumented
Class Variable debug Undocumented
Instance Variable buffer Undocumented
Instance Variable connected Undocumented
Method _callErrorHandler Undocumented
Method _cbHandle Undocumented
Method _cbLDAPError Undocumented
Method _cbOtherError Undocumented
def __init__(self, config): (source)

Initialize the object. @param config: The configuration. @type config: ldaptor.interfaces.ILDAPConfig

def connectionLost(self, reason): (source)

Called when TCP connection has been lost

def connectionMade(self): (source)
def handle_LDAPUnbindRequest(self, request, controls, reply): (source)

Undocumented

def handleUnknown(self, request, controls, reply): (source)
waitingConnect: list = (source)

Undocumented

client = (source)

Undocumented

config = (source)

Undocumented

unbound: bool = (source)

Undocumented

def _cbConnectionMade(self, proto): (source)

Undocumented

def _clientQueue(self, request, controls, reply): (source)

Undocumented

def _failConnection(self, reason): (source)

Undocumented

def _gotResponse(self, response, reply): (source)

Undocumented

def _handleUnknown(self, request, controls, reply): (source)

Undocumented

def _whenConnected(self, fn, *a, **kw): (source)

Undocumented