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.