An LDAP proxy that handles non-anonymous bind requests specially.
BindRequests are intercepted and authentication is attempted against
each configured service. This authentication is performed against a
separate LDAP entry, found by searching for entries with
starting at the identity-base as configured in the config file.
Finally, if the authentication does not succeed against any of the
configured services, the proxy can fallback to passing the bind request
to the real server.
|
|
|
_startSearch(self,
request,
controls,
reply) |
source code
|
|
|
_maybeFallback(self,
entry,
request,
controls,
reply) |
source code
|
|
|
|
|
_tryService(self,
services,
baseEntry,
request,
controls,
reply) |
source code
|
|
|
|
|
|
|
handle_LDAPBindRequest(self,
request,
controls,
reply) |
source code
|
|
Inherited from proxy.Proxy :
connectionLost ,
connectionMade ,
handleUnknown ,
handle_LDAPUnbindRequest
Inherited from ldapserver.BaseLDAPServer :
checkControls ,
dataReceived ,
failDefault ,
handle ,
queue ,
unsolicitedNotification
Inherited from twisted.internet.protocol.BaseProtocol :
__providedBy__ ,
makeConnection
|