Actions
Defect #1954
closedLDAP integration should allow sub-folder querying
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Accounts / authentication
Target version:
-
Start date:
2008-09-25
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The way my corporate LDAP (MS Active Directory) is configured, all the teams are set up in their own groups. There is a hierarchy from division to team, etc. The division managers are kept in the division level, etc.
The way the current LDAP integration works is that it will only authenticate against the one directory. I need it to query all the sub folders as well. With Apache HTTPD I can do that with the following LDAP query:
ldap://directory.example.com:389/DC=example,DC=com?sAMAccountName?sub?(objectClass=*)
The ?sub
is the flag to recursively check sub directories.
As it is now, I have to add each group individually, as well as the division level. With five divisions and several teams per division that can get pretty tedious.
Actions