Modify ↓
Opened 13 years ago
Last modified 13 years ago
#10609 new enhancement
ldap-plugin should handle a list of user- and group-dn
| Reported by: | Owned by: | Emmanuel Blot | |
|---|---|---|---|
| Priority: | normal | Component: | LdapPlugin |
| Severity: | normal | Keywords: | ldap |
| Cc: | Trac Release: | 0.12 |
Description
My ldap structure is quite deep with users and looks something like:
dc=com
dc=site
ou=People
uid=user1
ou=Groups
cn=group1
ou=Projects
ou=Project1
ou=People
uid=user2
ou=Groups
cn=group2
The current ldap-plugin only supports users and groups a one (and the same) level.
I would like to be able to specify a list of user and group, maybe something like:
userdn = ou=People,dc=site,dc=com | ou=People,ou=Project1,ou=Projects,dc=site,dc=com groupdn = ou=Groups,dc=site,dc=com | ou=Groups,ou=Project1,ou=Projects,dc=site,dc=com
Attachments (0)
Note: See
TracTickets for help on using
tickets.


