]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix the documentation for the LDAPTrustedMode directive.
authorBradley Nicholes <bnicholes@apache.org>
Fri, 20 Jan 2006 17:04:56 +0000 (17:04 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 20 Jan 2006 17:04:56 +0000 (17:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@370860 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.xml

index a432341de14e1bb48cb1f5cb4d1a186c2f0647d4..a4e1f958370bac20bd8ab4ec7c915922d621b4fc 100644 (file)
@@ -232,8 +232,7 @@ by other LDAP modules</description>
         Deny from all<br />
         Allow from yourdomain.example.com<br />
         AuthLDAPEnabled on<br />
-        LDAPTrustedMode TLS
-        AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one<br />
+        AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS<br />
         AuthLDAPAuthoritative on<br />
         require valid-user<br />
       </indent>
@@ -545,8 +544,7 @@ connection client certificates.</description>
 <name>LDAPTrustedMode</name>
 <description>Specifies the SSL/TLS mode to be used when connecting to an LDAP server.</description>
 <syntax>LDAPTrustedMode <var>type</var></syntax>
-<contextlist><context>server config</context><context>virtual host</context>
-<context>directory</context><context>.htaccess</context></contextlist>
+<contextlist><context>server config</context><context>virtual host</context></contextlist>
 
 <usage>
     <p>The following modes are supported:</p>