LDAP-backed plugins for the Zope PluggableAuthService
Project description
Products.LDAPMultiPlugins
The LDAPMultiPlugins package provides PluggableAuthService plugins that use LDAP 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.
Bug tracker
Please post questions, bug reports or feature requests to the bug tracker at https://github.com/dataflake/Products.LDAPMultiPlugins/issues
Special features - Active Directory Multi Plugin
Properties of the ADMultiPlugin instance:
groupid_attr - the LDAP attribute used for group ids.
grouptitle_attr - the LDAP attribute used to compose group titles.
group_class - the LDAP class of group objects.
group_recurse - boolean indicating whether to determine group memberships of a user by unrolling nested group relationships (expensive). This feature is not guaranteed to work at this moment.
Active Directory configuration hints
In order for groups support to work correctly, you may have to set the following properties. Every situation is different, but this has helped some people succeed:
On the “Properties” tab for the ActiveDirectoryMultiPlugin, set the groupid_attr property to “name”.
On the contained LDAPUserFolder’s “Configure” tab, choose a property other than “objectGUID”, e.g. “sAMAccountName” for the User ID property. To get to the LDAPUserFolder, click on the ActiveDirectoryMultiPlugin “Content” tab.
Please see README.ActiveDirectory from the LDAPUserFolder package for additional information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for Products.LDAPMultiPlugins-3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | eccd2d90c7df681c4edcb7435292682aa94c0fe25c6cd33ca023549aefe57245 |
|
MD5 | 3d63b2b0ae89f8561963dbaa73f91d41 |
|
BLAKE2b-256 | aafbb5946c0b4de38245264c7c20245d8e1f09f76b6308df31a5f9031d705cea |
Hashes for Products.LDAPMultiPlugins-3.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e1f81663d1326bd10802f53e983b9faaf3f8858a0e251cbc5cd24b5cba99001 |
|
MD5 | ccd2b75e993f913bf641af247c008dd0 |
|
BLAKE2b-256 | b5e0b70886af76c945d18c281ad5836186cc3de404377730a45d1f74a0fc64d6 |