]> granicus.if.org Git - apache/commitdiff
Fix example
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 6 Jun 2016 22:00:05 +0000 (22:00 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 6 Jun 2016 22:00:05 +0000 (22:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747086 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.xml

index db993d56168b28beb03c68e9e6d8b2379b4105b8..3c89c84cc707c02b4c0876a961b1c648a17157d1 100644 (file)
@@ -231,7 +231,7 @@ LDAPTrustedGlobalCert CA_DER "/certs/certfile.der"
 # mod_ldap and mod_authnz_ldap be loaded. Change the
 # "yourdomain.example.com" to match your domain.
 
-LDAPTrustedGlobalCert CA_DER "/certs/certfile.der:
+LDAPTrustedGlobalCert CA_DER "/certs/certfile.der"
 
 &lt;Location "/ldap-status"&gt;
     SetHandler ldap-status
@@ -754,7 +754,7 @@ connection client certificates.</description>
     connection pool.  The default value of -1, and any other negative value,
     allows connections of any age to be reused.</p>
 
-    <p>For performance reasons, the reference time used by this directive is 
+    <p>For performance reasons, the reference time used by this directive is
     based on when the LDAP connection is returned to the pool, not the time
     of the last successful I/O with the LDAP server.  </p>
 
@@ -763,7 +763,7 @@ connection client certificates.</description>
     time is not updated if no backend LDAP conncetions were needed. Second,
     the reference time uses the time the HTTP request was received instead
     of the time the request is completed.</p>
-    
+
     <note><p>This timeout defaults to units of seconds, but accepts
     suffixes for milliseconds (ms), minutes (min), and hours (h).
     </p></note>