https://issues.apache.org/bugzilla/show_bug.cgi?id=47651

           Summary: HTTP does not authenticate with LDAP
           Product: Apache httpd-2
           Version: 2.0.52
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_auth_ldap
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Kathy Khaghani <[email protected]> 2009-08-05 17:57:12 
PDT ---
Hi, 
I need to have http authenticate users with my Active directory. I have tried
several scenarios, with no luck. Here is the jest of the problem:

Location /var/www/html/test/> 

#AuthLDAPEnabled on 

AuthName "MIS Subversion Repositories" 
AuthType Basic 
AuthzLDAPAuthoritative on 
#require dn 
AuthLDAPURL ldap://ldapserver:3268 
AuthzLDAPBindDN "CN=ldapuser,OU=-Service accts,DC=STEC-INC,DC=AD" 
AuthzLDAPBindPassword "xxxxxx" 
require valid-user 
AuthzLDAPServer <ip address>:3268 
AuthzLDAPMethod ldap 
AuthzLDAPUserKey sAMAccountName 
AuthzLDAPUserBase "DC=STEC-INC,DC=AD" 
AuthzLDAPUserScope subtree 
AuthzLDAPAllowPassword on 

Require user kkhagani 

</Location> 


The OS is: Red Hat Enterprise Linux ES release 4 (Nahant Update 8) 

Right now when I access the server using the following. it dumps me right to
the index file without asking for passwd.


I also tried the following in my httpd.conf


Alias /test "/var/www/html/test" 
<Directory /var/www/html/test> 
AuthType basic 
AuthName "MIS Subversion Repositories" 
AuthzLDAPMethod ldap 
AuthzLDAPAuthoritative on 
AuthLDAPGroupAttribute memberUid 
AuthLDAPGroupAttributeIsDN off 
AuthLDAPURL "ldap://ldapserver:3268/ou=-Service
accts,dc=STEC-INC,dc=AD?sAMAccountName?sub?(objectClass=*)" 
require ldap-group cn=ldapuser,ou=-Service accts,OU=-All
Groups,dc=STEC-INC,dc=AD 
</Directory> 



now I get the login request but do not get authenticated, instead i get this
error:

Authorization Required 
This server could not verify that you are authorized to access the document
requested. Either you supplied the wrong credentials (e.g., bad password), or
your browser doesn't understand how to supply the credentials required. 


--------------------------------------------------------------------------------
 

Apache/2.0.52 (Red Hat) Server at <ip addres> port 80 



Also my error_log says: 

[Wed Aug 05 15:43:32 2009] [warn] [client xx.xxx.xxx.xx] [3416] auth_ldap
authenticate: user kkhagani authentication failed; URI /test
[ldap_search_ext_s() for user failed][Operations error] 

Thank you 
Kathy

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to