Package ldaptor :: Package protocols :: Package ldap :: Module ldapserver :: Class LDAPServer
[show private | hide private]
[frames | no frames]

Class LDAPServer

BaseProtocol --+        
               |        
        Protocol --+    
                   |    
      BaseLDAPServer --+
                       |
                      LDAPServer


An LDAP server
Method Summary
  extendedRequest_LDAPPasswordModifyRequest(self, data, reply)
  getRootDSE(self, request, reply)
  handle_LDAPAddRequest(self, request, controls, reply)
  handle_LDAPBindRequest(self, request, controls, reply)
  handle_LDAPDelRequest(self, request, controls, reply)
  handle_LDAPExtendedRequest(self, request, controls, reply)
  handle_LDAPModifyDNRequest(self, request, controls, reply)
  handle_LDAPModifyRequest(self, request, controls, reply)
  handle_LDAPSearchRequest(self, request, controls, reply)
  handle_LDAPUnbindRequest(self, request, controls, reply)
    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)

Class Variable Summary
NoneType boundUser = None                                                                  
classobj fail_LDAPAddRequest = ldaptor.protocols.pureldap.LDAPAddResponse
classobj fail_LDAPBindRequest = ldaptor.protocols.pureldap.LDAPBindResponse
classobj fail_LDAPDelRequest = ldaptor.protocols.pureldap.LDAPDelResponse
classobj fail_LDAPExtendedRequest = ldaptor.protocols.pureldap.LDAPExtendedResponse
classobj fail_LDAPModifyDNRequest = ldaptor.protocols.pureldap.LDAPModifyDNResponse
classobj fail_LDAPModifyRequest = ldaptor.protocols.pureldap.LDAPModifyResponse
classobj fail_LDAPSearchRequest = ldaptor.protocols.pureldap.LDAPSearchResultDone
    Inherited from BaseLDAPServer
LDAPBERDecoderContext_TopLevel berdecoder = <LDAPBERDecoderContext_TopLevel identities=...
bool debug = False
    Inherited from Protocol
Implements __implemented__ = <implementedBy twisted.internet.protoc...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...

Class Variable Details

boundUser

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Sun Oct 1 10:49:46 2006 http://epydoc.sf.net