Installing the LDAPLoginAdapter Product You need Zope version 2.3.0 or higher! If you are looking for a similar solution for a pre-2.3.0-site see http://sourceforge.net/projects/zldapadapter/ for the LDAPAdapter. The LDAPAdapter, written by Ross Lazarus and Soren Roug, formed the basis for the LDAPLoginAdapter. This product does not require any special handling after unzipping and untarring it in the Zope Products directory. In standard Zope installations this will be at /lib/python/Products. **Important Hint** Depending on your choice of Zope install (e.g. compiled from source or binary version) you need to make sure that the python-ldap module (see README.txt) can be found by Zope. The first step after compiling the python-ldap module is to find out if it works correctly by firing up your python interpreter and typing "import ldap". Then hit return. If no error message shows up the module is compiled and installed correctly. If after correctly installing and compiling the python-ldap module Zope still complains "ImportError: No module named ldap" you need to find the module file (its name is "ldapmodule.so") and manually copy it into the LDAPLoginAdapter folder in your Zope Products folder. This will be the case with all those Zope installs that contain their own python binary, like the Linux binary install. See README.txt for any other dependencies and requirements.