______________________________________________________________________ Le jeudi 21 octobre, Ilshad Khabibullin <[email protected]> a écrit :
> When you work with ZTK/BlueBream, almost all answers to any your > question are in interfaces (or must be in interfaces). Find proper > interface, look it, read it. Then implement it. > > So just implement interface > zope.pluggableauth.interfaces.IAuthenticatorPlugin using relational > database or whatever. ______________________________________________________________________ You may take a look at "ldappas" package (available on Pypi). It's an LDAP based authentication plugin, which will show you all required methods that you may implement in an authenticator. Regards, Thierry _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
