]> granicus.if.org Git - apache/commitdiff
undo my inadvertent change to this file when adding a new directive.
authorEric Covener <covener@apache.org>
Sat, 12 Mar 2011 21:50:34 +0000 (21:50 +0000)
committerEric Covener <covener@apache.org>
Sat, 12 Mar 2011 21:50:34 +0000 (21:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081009 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.xml

index 6753b36556f28e5d69171713285a62ca4dc4bb29..a62d34b3f7131446e456cf19899c405d320fc5c6 100644 (file)
@@ -682,19 +682,20 @@ connection client certificates.</description>
 
 
 <directivesynopsis>
-<name>ldapverifyservercert</name>
-<description>force server certificate verification</description>
-<syntax>ldapverifyservercert <var>on|off</var></syntax>
-<default>ldapverifyservercert on</default>
+<name>LDAPVerifyServerCert</name>
+<description>Force server certificate verification</description>
+<syntax>LDAPVerifyServerCert <var>On|Off</var></syntax>
+<default>LDAPVerifyServerCert On</default>
 <contextlist><context>server config</context></contextlist>
 
 <usage>
-    <p>specifies whether to force the verification of a 
-     server certificate when establishing an ssl connection to the 
-     ldap server.</p>
+    <p>Specifies whether to force the verification of a 
+    server certificate when establishing an SSL connection to the 
+    LDAP server.</p>
 </usage>
 </directivesynopsis>
 
+
 <directivesynopsis>
 <name>LDAPConnectionPoolTTL</name>
 <description>Discard backend connections that have been sitting in the connection pool too long</description>