]> granicus.if.org Git - apache/commitdiff
Remove reference to RequireNone, which is no longer
authorRainer Jung <rjung@apache.org>
Wed, 9 Jan 2013 12:10:52 +0000 (12:10 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 9 Jan 2013 12:10:52 +0000 (12:10 +0000)
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

index af0fbc787717e7527b600be6b961e97c76954291..42e77b47fe4598637d369fae35efd10efdd87b25 100644 (file)
@@ -549,12 +549,11 @@ Require group GroupName
 &lt;/RequireAll&gt;
         </highlight>
 
-        <p>The above example uses the <directive module="mod_authz_core"
-        type="section">RequireNone</directive> directive
-        to make sure that none of the
-        <directive module="mod_authz_core">Require</directive> directives
-        contained within it
-        match their parameters before granting access.</p>
+        <p>Using <directive module="mod_authz_core" type="section">RequireAll</directive>
+        with multiple <directive module="mod_authz_core"
+        type="section">Require</directive> directives, each negated with <code>not</code>,
+        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.</p>
 
     </section>