From 9f82769353e1b5742cdd09e7ee0d06dfd850db66 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 24 Jan 2007 03:47:59 +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/branches/2.2.x@499242 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 1b00366665a..a5b6f4fb3d2 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.