Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package protocols :: Package ldap :: Module ldapserver :: Class LDAPServer |
|
BaseProtocol
--+ |Protocol
--+ | LDAPServer
Method Summary | |
---|---|
__init__(self)
| |
_callErrorHandler(self,
name,
resultCode,
errorMessage)
| |
_cbHandle(self,
response,
id)
| |
_cbLDAPError(self,
reason,
name)
| |
_cbOtherError(self,
reason,
name)
| |
_cbSearchGotBase(self,
base,
dn,
request,
reply)
| |
_cbSearchLDAPError(self,
reason)
| |
_cbSearchOtherError(self,
reason)
| |
checkControls(self,
controls)
| |
Called when TCP connection has been lost | |
TCP connection has opened | |
dataReceived(self,
recd)
| |
failDefault(self,
resultCode,
errorMessage)
| |
getRootDSE(self,
request,
reply)
| |
handle(self,
msg)
| |
handle_LDAPBindRequest(self,
request,
controls,
reply)
| |
handle_LDAPDelRequest(self,
request,
controls,
reply)
| |
handle_LDAPSearchRequest(self,
request,
controls,
reply)
| |
handle_LDAPUnbindRequest(self,
request,
controls,
reply)
| |
handleUnknown(self,
request,
controls,
id)
| |
queue(self,
id,
op)
| |
unsolicitedNotification(self,
msg)
| |
Inherited from Protocol | |
(Deprecated) | |
Inherited from BaseProtocol | |
Make a connection to a transport and a server. |
Class Variable Summary | |
---|---|
classobj |
fail_LDAPBindRequest = ldaptor.protocols.pureldap.LDAPBindResponse |
classobj |
fail_LDAPDelRequest = ldaptor.protocols.pureldap.LDAPDelResponse |
classobj |
fail_LDAPSearchRequest = ldaptor.protocols.pureldap.LDAPSearchResultDone |
LDAPBERDecoderContext_TopLevel |
berdecoder = <LDAPBERDecoderContext_TopLevel identities=...
|
NoneType |
boundUser = None |
bool |
debug = False
|
Inherited from Protocol | |
tuple |
__implements__ = (<class 'twisted.internet.interfaces.IP...
|
Inherited from BaseProtocol | |
int |
connected = 0 |
NoneType |
transport = None |
Method Details |
---|
connectionLost(self, reason)Called when TCP connection has been lost |
connectionMade(self)TCP connection has opened |
Class Variable Details |
---|
berdecoder
|
boundUser
|
debug
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:21 2004 | http://epydoc.sf.net |