From b18c64f7d9698a94d7e15e6c51358ac743e09b7f Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Wed, 9 Jan 2013 12:10:52 +0000 Subject: [PATCH] Remove reference to RequireNone, which is no longer used in the example since r1341749. Add some hopefully interesting other explanation instead. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430814 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index af0fbc7877..42e77b47fe 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -549,12 +549,11 @@ Require group GroupName </RequireAll> -

The above example uses the RequireNone directive - to make sure that none of the - Require directives - contained within it - match their parameters before granting access.

+

Using RequireAll + with multiple Require directives, each negated with not, + will only allow access, if all of negated conditions are true. In other words, + access will be blocked, if any of the negated conditions fails.

-- 2.40.0