Opened 9 years ago
Last modified 7 years ago
#5370 new enhancement
LDAP User Filter
Reported by: | Sebastian Hugentobler | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | ldap, filter |
Cc: | rodney757 | Parent Tickets: |
Description
I use mediagoblin with ldap authentication and needed group support (whether a user is in the mediagoblin group determines if they get access).
For this I added a new config attribute LDAP_USER_FILTER which holds the filter.
The attached patch shows how I am using it on my instance.
Hm, it's an interesting patch! I wish I knew enough about LDAP to determine if it should be merged or not.
I've cc'ed Rodney Ewing, who may be better able to comment (if he sees this). Or, anyone else who knows more about LDAP than me: feedback on this patch most welcome.