From 1b700dc518fac2f07da76ce56b6390157abdd493 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sun, 8 Jul 2012 21:05:00 +0000 Subject: [PATCH] Fix whitespace issue in links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1358837 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ldap.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index d2cfa54081..cd78b0d344 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -200,12 +200,13 @@ LDAPOpCacheTTL 600
Using SSL/TLS

The ability to create an SSL and TLS connections to an LDAP server - is defined by the directives - LDAPTrustedGlobalCert, - LDAPTrustedClientCert and - LDAPTrustedMode. These directives specify the CA and - optional client certificates to be used, as well as the type of - encryption to be used on the connection (none, SSL or TLS/STARTTLS).

+ is defined by the directives + LDAPTrustedGlobalCert, + LDAPTrustedClientCert + and LDAPTrustedMode. + These directives specify the CA and optional client certificates to be used, + as well as the type of encryption to be used on the connection (none, SSL or + TLS/STARTTLS).

# Establish an SSL LDAP connection on port 636. Requires that -- 2.50.1