On Fri, 2013-01-11 at 08:41 +0100, Andreas Jung wrote: > In Plone/CMF we have something like the "Pluggable Authentication > System" where multiple plugins can be configured for dealing with > different authentication and authorization methods/sources in parallel. > (e.g. authenticate some accounts against LDAP and others against a > RDBMS). Can this be done with Pyramid as well? I found > config.set_authentication_policy() but I have no idea how to call this > multiple times for different authentication sources.
You probably want to check out http://pypi.python.org/pypi/pyramid_multiauth/0.3.0 - C -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
