diff options
author | André Malo <nd@apache.org> | 2002-12-16 00:55:53 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2002-12-16 00:55:53 +0100 |
commit | 2337b0ffc6b4a860c3fd0f956bb5a813e97bd70c (patch) | |
tree | 2b81d832846868949629833bb79edd9411441b60 /docs/manual/mod/quickreference.html.en | |
parent | section id "footer" conflicts with the generated "footer" section. (diff) | |
download | apache2-2337b0ffc6b4a860c3fd0f956bb5a813e97bd70c.tar.xz apache2-2337b0ffc6b4a860c3fd0f956bb5a813e97bd70c.zip |
fix directive name, that caused bogus html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97942 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/quickreference.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 47971ab3ad..e00cf44bca 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -163,7 +163,7 @@ authenticating the user if this one fails</td></tr> group membership</td></tr> <tr><td><a href="mod_auth_ldap.html#authldapremoteuserisdn">AuthLDAPRemoteUserIsDN on|off</a></td><td /><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">Use the DN of the client username to set the REMOTE_USER environment variable</td></tr> -<tr class="odd"><td><a href="mod_auth_ldap.html#authldapstarttls directive">AuthLDAPStartTLS on|off</a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Use a secure TLS connection to the LDAP server</td></tr> +<tr class="odd"><td><a href="mod_auth_ldap.html#authldapstarttls">AuthLDAPStartTLS on|off</a></td><td> off </td><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Use a secure TLS connection to the LDAP server</td></tr> <tr><td><a href="mod_auth_ldap.html#authldapurl">AuthLDAPUrl <em>url</em></a></td><td /><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">URL specifying the LDAP search parameters</td></tr> <tr class="odd"><td><a href="core.html#authname">AuthName <var>auth-domain</var></a></td><td /><td>dh</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Authorization realm for use in HTTP authentication</td></tr> |