Actions
Bug #134
closedLdap Group/Filter Support
Status:
Invalid
Priority:
Normal
Category:
mod_auth
Target version:
-
ASK QUESTIONS IN Forums:
Description
It seems using ldap groups and filters for http ldap auth are not supported. This would be a valuable feature, we're currently having to implement with
auth.backend.ldap.hostname = "ldapone" auth.backend.ldap.base-dn = "dc=smallcompany,dc=com" auth.backend.ldap.filter = "(uid=$)" auth.require = ( "/" => ( "method" => "basic", "realm" => "SCM", "require" => "user=jim|user=jay|user=bob"...#this line is humongous ) )
I've tried group and groups = in the require to no avail. That or a require_filter (preferred)
would really add a lot of flexibility.
-- bougy.man
Updated by stbuehler about 16 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Just put your group requirement into the filter and reqire a valid user.
Updated by mr_bond about 16 years ago
have a look at http://redmine.lighttpd.net/issues/show/1817
Updated by gstrauss almost 8 years ago
- Related to Feature #1817: LDAP-Group support for HTTP-Authentication added
Actions
Also available in: Atom