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)
| |
Inherited from BaseLDAPServer | |
| |
| |
Called when TCP connection has been lost | |
TCP connection has opened | |
| |
| |
| |
| |
| |
| |
Inherited from Protocol | |
(Deprecated) |
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 | |
tuple |
__implements__ = (<class 'twisted.internet.interfaces.IP...
|
Class Variable Details |
---|
boundUser
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri May 6 14:58:11 2005 | http://epydoc.sf.net |