From: Bradley Nicholes Date: Wed, 24 Jan 2007 03:46:24 +0000 (+0000) Subject: Point out that if another authorization method is used X-Git-Tag: 2.3.0~1926 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=131bf0792100db602bb68530effadc48074fcc81;p=apache Point out that if another authorization method is used with mod_authnz_ldap, AuthzLDAPAuthoritative must be set to off. submitted by: Darren Spruell git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@499241 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 9a77edd1e7..edab82e27b 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -226,8 +226,14 @@ for HTTP Basic authentication.
  • otherwise, deny or decline access
  • -

    Other Require values may also be - used which may require loading additional authorization modules.

    +

    Other Require values may also + be used which may require loading additional authorization modules. + Note that if you use a Require + value from another authorization module, you will need to ensure that + AuthzLDAPAuthoritative + is set to off to allow the authorization phase to fall + back to the module providing the alternate + Require value.