[Zope3-Users] Programatically add plugins to PAU
Florian Lindner
mailinglists at xgm.de
Tue Apr 11 14:18:50 EDT 2006
Hello,
I've a PluggableAuthentication and want to add and register some plugins to
it.
Adding works fine:
principal_folder =
zope.app.authentication.principalfolder.PrincipalFolder(prefix = "cs")
pau["PrincipalFolder"] = principal_folder
and I think I can select it with:
pau.credentialsPlugins = [principal_folder]
but how to register it before?
And how do I select credential plugins?
Thanks,
Florian
More information about the Zope3-users
mailing list