From 20dfbd86a1ebaf2819b36da88e22cb608ee148a1 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sun, 8 Jul 2012 21:12:35 +0000 Subject: [PATCH] Fix whitespace issue in links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1358839 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ldap.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index df9825da87f..cac4b3808f6 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -189,10 +189,11 @@ by other LDAP modules
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 + 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).

-- 2.47.2