From: Piotr Wadas Date: Wed, 19 Jul 2006 13:56:34 +0000 (+0000) Subject: git-svn-id: svn://svn.debian.org/svn/modvhostldap/branches/ext-config/mod-vhost-ldap... X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/commitdiff_plain/5f4649c47910ebe47cbe0119b1100a1ea9de8f9d git-svn-id: svn://svn.debian.org/svn/modvhostldap/branches/ext-config/mod-vhost-ldap@50 4dd36cbf-e3fd-0310-983d-db0e06859cf4 --- diff --git a/examples/README.apacheExtConfigRequireValidUser-details b/examples/README.apacheExtConfigRequireValidUser-details index 508074d..ce2ae05 100644 --- a/examples/README.apacheExtConfigRequireValidUser-details +++ b/examples/README.apacheExtConfigRequireValidUser-details @@ -192,6 +192,8 @@ and in case II where _D_ is global user-defined filter, and other attributes have values the same as access control object. +More details about used filters and global +user-defined filter you'll find in vhost_ldap.conf Finally, in both cases, if access control object has apacheExtConfigRequireValidUser = FALSE, user is authenticated, @@ -238,7 +240,8 @@ And you can have multiple aliases for virtualhost, and multiple virtual URI's for one target. If you create entries, which coincidents, like two -alias object for the same targets, or two uses with the same +alias object which specify the same url and vhost, but +different targets, or two uses with the same logins and the same permissions but e.g. different passwords, only first found will be used (each matching is done only once), and it's hard to predict which one this would actually be.