Re: [EMAIL PROTECTED] Disable LDAP for subdirectory

2005-06-10 Thread Christopher R Newman
Didn't even need to use the AuthLDAP enabled directive.  Makes sense now that I know about it.  Thanks a bunch! Chris Joshua Slive wrote: On 6/10/05, Christopher R Newman <[EMAIL PROTECTED]> wrote: My problem is: I want to disable LDAP for a subdirectory called ima

Re: [EMAIL PROTECTED] Disable LDAP for subdirectory

2005-06-10 Thread Christopher R Newman
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: Options Includes

[EMAIL PROTECTED] Disable LDAP for subdirectory

2005-06-10 Thread Christopher R Newman
I have a root directory with LDAP working. Here's what the directive looks like: 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