From: Christophe Jaillet
Date: Mon, 6 Jun 2016 22:00:05 +0000 (+0000)
Subject: Fix example
X-Git-Tag: 2.4.21~71
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0579a9a79077c57bb4b118b01744307e18e95007;p=apache
Fix example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747086 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index db993d5616..3c89c84cc7 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -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"
<Location "/ldap-status">
SetHandler ldap-status
@@ -754,7 +754,7 @@ connection client certificates.
connection pool. The default value of -1, and any other negative value,
allows connections of any age to be reused.
- For performance reasons, the reference time used by this directive is
+
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.
@@ -763,7 +763,7 @@ connection client certificates.
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.
-
+
This timeout defaults to units of seconds, but accepts
suffixes for milliseconds (ms), minutes (min), and hours (h).