From: Joshua Slive Date: Thu, 19 Sep 2002 18:24:36 +0000 (+0000) Subject: Update transform due to slight build problem. X-Git-Tag: WROWE_2_0_43_PRE1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f20c7ff6dc4ff209483655875559e0217ec8915;p=thirdparty%2Fapache%2Fhttpd.git Update transform due to slight build problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96913 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 83319eca416..70dc9b81418 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -228,6 +228,45 @@ authentication    Sets the name of a text file containing the list of user groups for authentication +AuthLDAPAuthoritative on|off on Xdh +    + Prevent other authentication modules from +authenticating the user if this one fails +AuthLDAPBindDN distinguished-nameXdh +    + Optional DN to use in binding to the LDAP server +AuthLDAPBindPassword passwordXdh +    + Password used in conjuction with the bind DN +AuthLDAPCompareDNOnServer on|off on Xdh +    + Use the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always Always Xdh +    + When will the module de-reference aliases + AuthLDAPEnabled on|off on Xdh +    + Turn on or off LDAP authentication +AuthLDAPFrontPageHack on|offXdh +    + Allow LDAP authentication to work with MS FrontPage +AuthLDAPGroupAttribute attributeXdh +    + LDAP attributes used to check for group membership +AuthLDAPGroupAttributeIsDN on|off on Xdh +    + Use the DN of the client username when checking for +group membership +AuthLDAPRemoteUserIsDN on|offXdh +    + Use the DN of the client username to set the REMOTE_USER +environment variable +AuthLDAPStartTLS on|offXdh +    + Use a secure TLS connection to the LDAP server +AuthLDAPUrl urlXdh +    + URL specifying the LDAP search parameters AuthName auth-domainCdh    Authorization realm for use in HTTP