From: Eamon D. <ea...@fa...> - 2001-04-06 22:43:23
|
Am I completely off my rocker or did I not once have a Location protected so that I could auth against a htpasswd file if the LDAP auth failed? I can't find a single trace of my old httpd.conf, but I /swear/ I had it working at some point. Has anyone else done this? <Location /> AuthName "Internal" AuthType Basic AuthUserFile conf/htpasswd.list PerlAuthenHandler Apache::AuthNetLDAP PerlSetVar LDAPServer xxx.xxx.xxx.xxx PerlSetVar LDAPPort 389 PerlSetVar BaseDN "ou=xxxxx,ou=xxxxx,o=xxxxx" PerlSetVar UIDAttr cn order deny,allow deny from all allow from 10. allow from 127.0.0.1 require user guest_pass require valid-user satisfy any </Location> That results in: [Fri Apr 6 17:24:51 2001] [error] access to /internal/ failed for 216.17.138.248, reason: user guest_pass: user entry not found for filter: cn=xxxxx and a 401 error. Am I out of my mind? ______________________________ Eamon Daly FastWeb, Inc. 847 568 6410 |