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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.