Feature #3386
Import LDAP nested group
Status: | Feedback | Start date: | 03/16/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Authentication | |||
Target version: | Unplanned |
Description
In LDAP structure, a group can be a member of another group.
How to handle this during import / sync ?
- import group member as child group ?
Problem: LDAP is not a tree, but a network (a group could be a member of various groups)
- import user member in all group ?
History
#1 Updated by walid almost 9 years ago
How to handle this during import / sync ?
- import group member as child group ?
For me yes
I means that we need a function to check if they're groups as member of a group object
Problem: LDAP is not a tree, but a network (a group could be a member of various groups)
- import user member in all group ?
For me : add the user as a member of all groups (the parent group and all nested groups)