DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43798

           Summary: require ldap-group or ldap-user with AuthnProviderAlias
                    is not ok
           Product: Apache httpd-2
           Version: 2.2.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: mod_authn_ldap
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I have two example of .htaccess configuration

for this one is OK :

AuthName "test"
AuthType Basic
AuthBasicProvider ldap
AuthLDAPURL ldap://xxx/ou=people,dc=xxx,dc=fr
Require ldap-group cn=xxx,ou=groups,dc=xxx,dc=fr 

for this one is not OK with a provider alias

<AuthnProviderAlias ldap ldap-test>
   AuthLDAPURL ldap://xxx/ou=people,dc=xxx,dc=fr 
</AuthnProviderAlias> 

AuthName "test"
AuthType Basic
AuthBasicProvider ldap-test
Require ldap-group cn=xxx,ou=groups,dc=xxx,dc=fr 

It seems that the authentification is not ok with a decalaration of provider
alias for a group or a user (with require valid-user its OK for two 
configuration)

Thanks in advance.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to