From 5da32c40ee8c210e112342ad92cad33a87411611 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 19 Sep 2002 18:24:36 +0000 Subject: [PATCH] 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 --- docs/manual/mod/quickreference.html.en | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 83319eca41..70dc9b8141 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 -- 2.50.1