Skip to content

LDAP plugins for the Zope PluggableAuthService user folder

License

Notifications You must be signed in to change notification settings

dataflake/Products.LDAPMultiPlugins

Repository files navigation

Automated test results Test coverage Documentation Status Current version on PyPI Supported Python versions

Products.LDAPMultiPlugins

The LDAPMultiPlugins package provides PluggableAuthService plugins that use LDAP (standards-conforming implementations as well as ActiveDirectory) as the backend for the services they provide. The PluggableAuthService is a Zope user folder product that can be extended in modular fashion using so-called plugins.

The plugins in this package provide a PluggableAuthService-compatible shim around a LDAPUserFolder instance. After instantiating a plugin all further configuration is done on the LDAPUserFolder object itself, which is created automatically inside the plugin. Visit the ZMI Configure tab to find it.