]> granicus.if.org Git - apache/commitdiff
Fix the documentation for the LDAPTrustedMode directive.
authorBradley Nicholes <bnicholes@apache.org>
Fri, 20 Jan 2006 17:03:51 +0000 (17:03 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 20 Jan 2006 17:03:51 +0000 (17:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@370859 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.xml

index b22cadb228b134195897827dfec96d646226c42b..34d983db52eb5035735e534a814a7a08d552a166 100644 (file)
@@ -230,8 +230,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 />
         require valid-user<br />
       </indent>
       &lt;/Location&gt;
@@ -540,8 +539,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>