Chris Christopher R Newman wrote:
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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
-- ====================================================================== Chris Newman Alcatel USA Work:(919)850-5586 Software Engineer 2301 Sugar Bush Rd. Fax:(919)850-6160 Test Automation Raleigh, NC 27601 Christopher.Newman@xxxxxxxxxxx ====================================================================== --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx