kkhagani Posted August 4, 2009 Share Posted August 4, 2009 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 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 https://forums.phpfreaks.com/topic/168819-http-with-ldap-does-not-ask-for-uid-and-passwd/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.