Project

General

Profile

Actions

Bug #134

closed

Ldap Group/Filter Support

Added by Anonymous almost 19 years ago. Updated over 15 years ago.

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


Related issues 1 (0 open1 closed)

Related to Feature #1817: LDAP-Group support for HTTP-AuthenticationFixed2008-11-07Actions
Actions #1

Updated by Anonymous over 16 years ago

-- bia_ba_ham_hal_konim2

Actions #2

Updated by stbuehler over 15 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.

Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions #5

Updated by gstrauss about 7 years ago

  • Related to Feature #1817: LDAP-Group support for HTTP-Authentication added
Actions

Also available in: Atom