From 131bf0792100db602bb68530effadc48074fcc81 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 24 Jan 2007 03:46:24 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_authnz_ldap.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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.