Commit 781adc50 authored by Vincent Deffontaines's avatar Vincent Deffontaines
Browse files

[doc][2.2] Provide a note related to use of multiple Require directives on some setups

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1626056 13f79535-47bb-0310-9956-ffa450edef68
parent bb2b2f7f
Loading
Loading
Loading
Loading
+13 −5
Original line number Diff line number Diff line
@@ -2750,6 +2750,14 @@ a resource</td></tr>
      &lt;/Directory&gt;<br />
    </code></p></div>
    </div>
    <div class="note"><h3>Combined use of authentication backends</h3>
    <p>Multiple <code class="directive">Require</code> directives do operate as
    logical "OR", but some underlying authentication modules may require
    an explicit configuration to let authentication be chained to others.
    This is typically the case with <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code>,
    which exports the <code class="directive">AuthzLDAPAuthoritative</code> in
    that intent.</p>
    </div>


<h3>See also</h3>
+15 −7
Original line number Diff line number Diff line
@@ -2693,6 +2693,14 @@ a resource</description>
      &lt;/Directory&gt;<br />
    </example>
    </note>
    <note><title>Combined use of authentication backends</title>
    <p>Multiple <directive>Require</directive> directives do operate as
    logical "OR", but some underlying authentication modules may require
    an explicit configuration to let authentication be chained to others.
    This is typically the case with <module>mod_authnz_ldap</module>,
    which exports the <directive>AuthzLDAPAuthoritative</directive> in
    that intent.</p>
    </note>

</usage>