LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Apache 2 LDAP auth (https://www.linuxquestions.org/questions/linux-server-73/apache-2-ldap-auth-623582/)

noir911 02-24-2008 07:57 PM

Apache 2 LDAP auth
 
On SuSe 10.3 I am trying to get authentication from Active Directory. I have authnz_ldap_module loaded. And I put AllowOverride All in
/etc/apache2/default-server.conf

Quote:


<Directory "/srv/www/htdocs/dir">
Options None
AllowOverride All
Order allow,deny
Allow from all
</Directory>

I put .htaccess in /srv/www/htdocs/dir/restricted and it's not prompting me for password.

Any kind of help would be much appreciated. Thanks.

frndrfoe 02-24-2008 10:42 PM

So you have a file at /srv/www/htdocs/dir/restricted/.htaccess and you are navigating to http://localhost/dir/restricted/ and getting no prompt?

What is in the .htaccess file?


All times are GMT -5. The time now is 01:41 AM.