From: Bradley Nicholes If this directive exists,
AuthName LDAP_Protected_Place
- AuthzLDAPAuthoritative off
require valid-user
</Directory>
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml
index 526de29f98c..f9f25dd4bf4 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -301,9 +301,7 @@ for HTTP Basic authentication.
AuthLDAPURL "the url" -AuthzLDAPAuthoritative off AuthGroupFile mygroupfile require group mygroupfile
FrontPage restricts access to a web by adding the require
@@ -643,25 +634,6 @@ require group mygroupfile
Set to off
if this module should let other
- authentication modules attempt to authenticate the user, should
- authentication with this module fail. Control is only passed on
- to lower modules if there is no DN or rule that matches the
- supplied user name (as passed by the client).
Setting the Off
allows group authorization
- to be handled by another authz module if the userID is not
- in any authorized dbd-group. If there are any groups
- specified, the usual checks will be applied and a failure will
- give an Authentication Required reply.
So if a userID appears in the database of more than one module;
- or if a valid
A common use for this is in conjunction with one of the
- auth providers; such or
- .htpasswd
file.
By default, control is not passed on and an unknown group - will result in an Authentication Required reply. Not - setting it thus keeps the system secure and forces an NCSA - compliant behaviour.
-Setting the Off
allows group authorization
- to be passed on to lower level modules (as defined in the
- modules.c
file) if there is no group found
- for the the supplied userID. If there are any groups
- specified, the usual checks will be applied and a failure will
- give an Authentication Required reply.
So if a userID appears in the database of more than one module;
- or if a valid
A common use for this is in conjunction with one of the
- auth providers; such as .htpasswd
file.
By default, control is not passed on and an unknown group - will result in an Authentication Required reply. Not - setting it thus keeps the system secure and forces an NCSA - compliant behaviour.
- -Do consider the implications of allowing a user to
- allow fall-through in his .htaccess file; and verify that this
- is really what you want; Generally it is easier to just secure
- a single .htpasswd
file, than it is to secure a
- database which might have more access interfaces.
Setting the Off
allows for
- group authorization to be passed on to lower level modules (as defined
- in the modules.c
files) if there is no
- group matching the supplied userID.
By default, control is not passed on and an unknown group - will result in an Authentication Required reply. Not - setting it thus keeps the system secure and forces an NCSA - compliant behaviour.
- -Do consider the implications of allowing a user to
- allow fall-through in his .htaccess
file; and verify
- that this is really what you want; Generally it is easier to just
- secure a single .htpasswd
file, than it is to secure
- a database which might have more access interfaces.
Setting the Off
allows for
- user authorization to be passed on to lower level modules (as defined
- in the modules.c
files) if:
file-owner
the file-system owner does not
- match the supplied web-username or could not be determined, orfile-group
the file-system group does not
- contain the supplied web-username or could not be determined.Note that setting the value to Off
also allows the
- combination of file-owner
and file-group
, so
- access will be allowed if either one or the other (or both) match.
By default, control is not passed on and an authorization failure
- will result in an "Authentication Required" reply. Not
- setting it to Off
thus keeps the system secure and forces
- an NCSA compliant behaviour.
Setting the Off
allows for
- user authorization to be passed on to lower level modules (as defined
- in the modules.c
files) if there is no
- user matching the supplied userID.
By default, control is not passed on and an unknown user
- will result in an Authentication Required reply. Not
- setting it to Off
thus keeps the system secure and forces
- an NCSA compliant behaviour.