Jump to content

HTTP with LDAP does not ask for uid and passwd


kkhagani

Recommended Posts

Hi All,

 

I'm trying to configure http to authenticate using our LDAP server. I need it to ask for user id and password. Here is my conf for http:

 

<Location /var/www/html/test/>

 

#AuthLDAPEnabled on

 

AuthName "MIS Subversion Repositories"

AuthType Basic

AuthzLDAPAuthoritative on

#require dn

AuthLDAPURL ldap://sadc1.stec-inc.ad: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 clarson dcohen rmalmirian dsunarta dsanchez seyed vlam ddang ajabbari glenn rcarabeo pnoosha sthimmappa jsweval pmanyika svnadmin kkhagani fppan svnadmin

 

</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:

 

 

http://IP ADDRESS/test/

 

 

 

Any suggestion is much appreciated.

 

Best Regards,

Kathy

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.