Modify ↓
Opened 19 years ago
Closed 18 years ago
#88 closed enhancement (duplicate)
support for non-DN groups
Reported by: | Wichert Akkerman | Owned by: | Emmanuel Blot |
---|---|---|---|
Priority: | normal | Component: | LdapPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
In some environments (for example the standard posix objectclasses) do not use a full dn for group members but only the accountname. I made a patch which adds support for this by creating a new member_is_dn config option which changes the search behaviour. This patch will not work after applying the patch for #75 but the fix for that is obvious and trivial.
Attachments (4)
Change History (7)
Changed 19 years ago by
Attachment: | 88-member_is_dn.diff added |
---|
comment:1 Changed 19 years ago by
Status: | new → assigned |
---|
Changed 18 years ago by
Attachment: | ldapplugin_groupmember-fulldn.patch added |
---|
A patch for the latest version of the LdapPlugin
comment:2 Changed 18 years ago by
Trac Release: | → 0.8 |
---|
I called the parameter groupmember_fulldn and it is set to 'true' per default to avoid breaking existing setups.
Changed 18 years ago by
Attachment: | ldapplugin_groupmember-fulldn.2.patch added |
---|
Sorry, there's a bug in the first version
comment:3 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Trac Release: | 0.8 → 0.10 |
Duplicate of #581
Changed 16 years ago by
Note: See
TracTickets for help on using
tickets.
patch introducing member_is_dn toggle