Modify ↓
Opened 18 years ago
Closed 18 years ago
#581 closed enhancement (fixed)
Patch proposal to handle group member attribute that is not a DN
Reported by: | tonio | Owned by: | Emmanuel Blot |
---|---|---|---|
Priority: | normal | Component: | LdapPlugin |
Severity: | normal | Keywords: | ldap group DN |
Cc: | nguyen.antoine@… | Trac Release: | 0.10 |
Description
Hi,
I hope this is the right place to submit this patch :)
Here is a modification of the LDAP plugin that allows group attribute to be specified like this :
dn: cn=developers,ou=groups,dc=test cn: developers objectClass: posixGroup memberUid: toto
In this case, members are not specified by a DN but only by a login name. This is the configuration I use, it explains why I needed this modification of the plugin :)
I attach a diff file of model.py. I used the latest version of LdapPlugin, available from the svn repository (0.4.3).
I hope this will help other people :)
Antoine Nguyen
Attachments (1)
Change History (2)
Changed 18 years ago by
Attachment: | model_py.patch added |
---|
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch modified a little bit and applied in [1418]. Thanks a lot.
Note: See
TracTickets for help on using
tickets.
model.py patch