Project

General

Profile

Actions

Defect #1954

closed

LDAP integration should allow sub-folder querying

Added by Berin Loritsch over 15 years ago. Updated over 13 years ago.

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 #1

Updated by Daniel Marczisovszky almost 15 years ago

I've added a patch the uses sub-tree searching by default, if you can, please try it out. It can be found here: #3253

Actions #2

Updated by Felix Dominguez almost 15 years ago

  • Status changed from New to Resolved

resolved in issue #3253

Actions #3

Updated by Azamat Hackimov over 13 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Fixed
Actions

Also available in: Atom PDF