README for the Zope LDAPMultiPlugins Product The LDAPMultiPlugins 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 various plugins. **Requirements and Dependencies** In order for this product to run you will need to provide the following items: * the PluggableAuthService product (-> cvs.zope.org) version 1.1beta or later * the PluginRegistry products (-> cvs.zope.org) * the LDAPUserFolder product (-> www.dataflake.org) versions 2.6 or later Please also note the separate requirements and dependencies for the LDAPUserFolder product by consulting its README file. **Tested Platforms** This version of the LDAPMultiPlugins has been written on and for Zope 2.7.3 and up, and with LDAPUserFolder version 2.6 and up. **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). * If an object implementing the cache manager interface is acquirable, you can configure the AD MultiPlugin to use the cache, which will speed up queries at the expense of freshness (the details of that tradeoff are determined by the cache manager). Do this via the Cache tab of the ADMP instance.