Re: [users@httpd] Disable LDAP for subdirectory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Oops. Just found there is an 'AuthLDAPEnabled off' directive, but I restarted the server and I still have the same problem. :(

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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux