From d5ffc4eb85d71c901c85119cf873e343349e97e2 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Tue, 5 Jul 2016 23:20:42 +0200 Subject: Imported Upstream version 2.4.23 --- docs/manual/mod/mod_ldap.html.en | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/manual/mod/mod_ldap.html.en') diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index 43607e92..8a8bd36e 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -85,7 +85,9 @@ by other LDAP modules
  • LDAPTrustedMode
  • LDAPVerifyServerCert
  • - +

    Bugfix checklist

    See also

    +
    top

    Example Configuration

    @@ -261,7 +263,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 @@ -475,7 +477,7 @@ LDAPTrustedGlobalCert CA_BASE64 "/certs/cacert2.pem" 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.

    @@ -484,7 +486,7 @@ LDAPTrustedGlobalCert CA_BASE64 "/certs/cacert2.pem" 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).

    -- cgit v1.2.3