Products.PluggableAuthService (1.7.4)
by
Ihor Berehulyak
—
last modified
2011-05-18
Released on 2011-05-13 by Tres Seaver for Zope 2 under Zope Public License (ZPL) available for All platforms.
Software development stage: stable
- Products.PluggableAuthService download link: http://pypi.python.org/pypi/Products.PluggableAuthService
- Homepage of Products.PluggableAuthService: http://www.zope.org/Products/PluggableAuthService
This product defines a fully-pluggable user folder, intended for use in all Zope sites.
PluggableAuthService is a highly extensible replacement user folder for Zope 2. It can manage arbitrary user, group, role, and property definitions with ease, and works best in very heterogeneous environments (users stored in MySQL, groups in LDAP, properties from the filesystem, &c). For authentication, it supports HTTP Basic Auth, Cookie Auth, Domain Auth, and others, and can be extended to support just about any other mechanism.