I have a root directory with LDAP working. Here's what the directive
looks like:
<Directory "/root">
Options Includes FollowSymLinks
AuthName "Description goes here"
AuthLDAPURL ldaps://blah.blah.blah...
AuthType Basic
require valid-user
AllowOverride None
Order allow,deny
Allow from all
</Directory>
My problem is: I want to disable LDAP for a subdirectory called images
without affecting anything else. There doesn't seem to be any directive
like 'require none' or .AuthType none' to turn it off for a
subdirectory. I tried something like below, but the directive above
still prompts for a password.
<Directory "/root/*/pathTo/images">
Options Includes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Anyone know how to disable LDAP just for this images subdirectory?
Thanks in advance,
Chris
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]