The following screen shots show how to use an LDAPConnector instance through the web in the Zope ZMI.
To create a new LDAPConnector instance, choose LDAPConnector from the drop-down list at the top right.
On the initial view you can set the ID and title.
Once the instance is created you will end up on the Configuration tab where you can refine the configuration:
On the Servers tab you define physical server connections. By defining more than one server you can achieve redundancy, which means the LDAPConnector will be usable even if one server is no longer reachable or returns an error.
To set up a server connection you need to provide the following:
When you have set up physical server connections you can see their status on the Server tab.
With servers defined and at least one of them showing status OK you are ready to run a simple search test. The Test tab requires basic knowledge about your LDAP tree structure so you can pick a node for the Search base value. When executing the search you will see the results listed at the bottom.
By clicking on the plus icon or the DN the records can be examined in detail.
Search records are cached. On the Cache tab you can set the number of seconds each search and its results are cached. You can also view what’s in the cache. From here, you can delete specific cache entries or flush the whole cache.
The cache works as a negative cache as well. Searches that return error messages or no results at all will be cached to avoid unnecessary work.