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. See DEPENDENCIES.txt for 
  software needed by this package.


  **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.

    * Notice: Nested Groups are not supported.
