Issue Details (XML | Word | Printable)

Key: JM-806
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Matt Tucker
Reporter: Matt Tucker
Votes: 60
Watchers: 26
Operations

If you were logged in you would be able to see more operations.
Openfire (ARCHIVED)

Add support for nested groups from LDAP

Created: 08/16/06 09:44 PM   Updated: 03/04/09 05:54 PM
Component/s: Core
Affects Version/s: 3.0.1
Fix Version/s: 3.x

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Acceptance Test - Add?: No


 Description  « Hide
A few LDAP servers such as AD support group nesting. It would be handy to support this in Wildfire, as it could make shared group handling for larger organizations much easier.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jefferson Cowart added a comment - 02/08/08 05:10 AM
I would like to see support for this for both users and roster groups. While I couldn't find any code that implemented nested LDAP group support in java, here is an implementation in PHP: http://www.mediawiki.org/wiki/Extension:LDAP_Authentication. (Look specifically at the searchNestedGroups function.) That algorithm should be portable to Java fairly easily.

Ryan Suarez added a comment - 03/04/09 05:54 PM
Seems like a required feature for large scale installs, to group users to reflect organization:
Org->IT->developers->user1
Org->IT->helpdesk->user2
Org->Marketing->user3
...