Bug #134
Ldap Group/Filter Support
| Status: | Invalid | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_auth | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | invalid |
|
| Patch available: |
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