Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package protocols :: Package ldap :: Module ldapserver :: Class LDAPServer |
|
BaseProtocol
--+ |Protocol
--+ |BaseLDAPServer
--+ | LDAPServer
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 | |
| |
| |
Called when TCP connection has been lost | |
TCP connection has opened | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from BaseProtocol | |
Make a connection to a transport and a server. |
Class Variable Summary | |
---|---|
NoneType |
boundUser = None |
classobj |
fail_LDAPBindRequest = ldaptor.protocols.pureldap.LDAPBindResponse |
classobj |
fail_LDAPDelRequest = ldaptor.protocols.pureldap.LDAPDelResponse |
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...
|
_implementsTuple |
__implements__ = (<MetaInterface twisted.internet.interf...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from BaseProtocol | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
int |
connected = 0 |
NoneType |
transport = None |
Class Variable Details |
---|
boundUser
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 3 13:51:12 2006 | http://epydoc.sf.net |