You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/06/06 22:00:05 UTC

svn commit: r1747086 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml

Author: jailletc36
Date: Mon Jun  6 22:00:05 2016
New Revision: 1747086

URL: http://svn.apache.org/viewvc?rev=1747086&view=rev
Log:
Fix example

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml?rev=1747086&r1=1747085&r2=1747086&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml Mon Jun  6 22:00:05 2016
@@ -231,7 +231,7 @@ LDAPTrustedGlobalCert CA_DER "/certs/cer
 # 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"
 
 <Location "/ldap-status">
     SetHandler ldap-status
@@ -754,7 +754,7 @@ connection client certificates.</descrip
     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.</descrip
     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>