class documentation

Undocumented

Method connectionMade TCP connection has opened
Method getPassword Undocumented
Method _got_password Undocumented
Method _handle_bind_fail Undocumented
Method _handle_bind_success Undocumented
Method _report_ldap_error Undocumented
Method _report_new_password Undocumented
Method _report_pwgen_error Undocumented

Inherited from LDAPClient:

Method __init__ Undocumented
Method bind @depreciated: Use e.bind(auth).
Method connectionLost Called when TCP connection has been lost
Method dataReceived Undocumented
Method handle Undocumented
Method send Send an LDAP operation to the server. @param op: the operation to send @type op: LDAPProtocolRequest @param controls: Any controls to be included in the request. @type controls: LDAPControls @return: the response from server @rtype: Deferred LDAPProtocolResponse...
Method send_multiResponse Send an LDAP operation to the server, expecting one or more responses.
Method send_multiResponse_ex Send an LDAP operation to the server, expecting one or more responses.
Method send_noResponse Send an LDAP operation to the server, with no response expected.
Method startTLS Start Transport Layer Security.
Method unbind Undocumented
Method unsolicitedNotification Undocumented
Class Variable berdecoder Undocumented
Class Variable debug Undocumented
Instance Variable buffer Undocumented
Instance Variable connected Undocumented
Instance Variable onwire Undocumented
Method _cbStartTLS Undocumented
Method _handle_bind_msg Undocumented
Method _send Undocumented
Method _startTLS Undocumented
def connectionMade(self): (source)
def getPassword(self, dn): (source)

Undocumented

def _got_password(self, password, dn): (source)

Undocumented

def _handle_bind_fail(self, fail): (source)

Undocumented

def _handle_bind_success(self, x): (source)

Undocumented

def _report_ldap_error(self, fail): (source)

Undocumented

def _report_new_password(self, dummy, dn, password): (source)

Undocumented

def _report_pwgen_error(self, fail): (source)

Undocumented