LDAP as user folder for IssueTrackeProduct
04 Aug 2009
How to set up LDAP for IssueTrackerProduct
IssueTrackerProduct keeps its users in an IssueTracker User Folder or a plain User Folder, a Zope object called acl_users. If you want to link IssueTrackerProduct to a LDAP server, you have to install LDAPUserFolder. This Zope product will perform the function of the acl_users object.
To add a LDAP User Folder, go to the Zope management interface of your instance of IssueTrackerProduct or any of its parents,
select LDAP User Folder from the drop-down list on the right. Then you can make the
settings required for connection to the LDAP server.
Finally, you have to disable two things: anonymous access and issue assignment because this last feature does not work yet (in version 0.10.3) with LDAP.