Bug #134

Ldap Group/Filter Support

Added by Anonymous 1328 days ago. Updated 61 days ago.

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

History

12/07/2007 10:07 AM - Anonymous

-- bia_ba_ham_hal_konim2

08/31/2008 10:29 PM - stbuehler

  • Status changed from New to Fixed
  • Resolution set to invalid

Just put your group requirement into the filter and reqire a valid user.

10/10/2008 06:51 PM - stbuehler

  • Status changed from Fixed to Invalid

11/07/2008 05:05 PM - mr_bond

Also available in: Atom PDF