From: Sander Temme Date: Sat, 24 Feb 2007 16:17:27 +0000 (+0000) Subject: Generated HTML from previous XML changes and some housekeeping changes by build system X-Git-Tag: 2.2.5~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46945e9030f629acc3b6a46fe1c4ff90e2a39de4;p=thirdparty%2Fapache%2Fhttpd.git Generated HTML from previous XML changes and some housekeeping changes by build system git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@511293 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index b064ab3858f..0d034c1ff0f 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -99,6 +99,7 @@
  • AuthLDAPDereferenceAliases
  • AuthLDAPGroupAttribute
  • AuthLDAPGroupAttributeIsDN
  • +
  • AuthLDAPRemoteUserAttribute
  • AuthLDAPRemoteUserIsDN
  • AuthLDAPUrl
  • AuthName
  • @@ -175,6 +176,7 @@
  • DirectorySlash
  • DocumentRoot
  • DumpIOInput
  • +
  • DumpIOLogLevel
  • DumpIOOutput
  • EnableExceptionHook
  • EnableMMAP
  • diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index aadcffcb438..0e11dce2f44 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -65,6 +65,7 @@ for HTTP Basic authentication.
  • AuthLDAPDereferenceAliases
  • AuthLDAPGroupAttribute
  • AuthLDAPGroupAttributeIsDN
  • +
  • AuthLDAPRemoteUserAttribute
  • AuthLDAPRemoteUserIsDN
  • AuthLDAPUrl
  • AuthzLDAPAuthoritative
  • @@ -245,8 +246,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.