README for the Zope CMFLDAP Product CMFLDAP is designed to be run in conjunction with the LDAPLoginAdapter and the LDAPUserManager. It will replace the following tools at in a CMF Site: * Registration Tool * Membership Tool * MemberData Tool The replacements allow you to run your CMF Site with a user source backend in LDAP. The LDAPLoginAdapter is a replacement for a Zope user folder. It does not store its own user objects but builds them on the fly after authenticating a user against the LDAP database. For more information about the LDAPLoginAdapter please i visit http://www.dataflake.org/software/ldaploginadapter/. The LDAPUserManager allows you to add, edit or delete user and role (a.k.a. group) records on the LDAP server that acts as the backend for the LDAPLoginAdapter. For more information about the LDAPUserManager please go to http://www.dataflake.org/software/ldapusermanager/ . **Requirements** In order for this product to run you will need to provide the following items: * A correctly configured LDAPUserManager instance * A Zope site that authenticates through the LDAPLoginAdapter * a working LDAP server (see http://www.openldap.org/) * the python-ldap module (see http://python-ldap.sourceforge.net/) **Tested Platforms** This product has been written on and for Zope 2.3.0 and up. I am not going to support earlier versions of Zope with my product. This product is platform-independent except for its reliance on the python-ldap module.