From 0f4b5bdd88b6ee941f8c99d9ff5e8c19776c8f17 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 29 Jul 2013 06:40:02 -0700 Subject: [PATCH] ITS#5655 cleanup --- doc/man/man5/ldap.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index b30fd76678..c0bdfac5b1 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -408,7 +408,7 @@ is in the source code for Mozilla NSS in the file sslinfo.c in the structure .RE .TP .B TLS_PROTOCOL_MIN [.] -Specifies minimum SSL protocol version that will be negoiated. +Specifies minimum SSL/TLS protocol version that will be negotiated. If the server doesn't support at least that version, the SSL handshake will fail. To require TLS 1.x or higher, set this option to 3.(x+1), @@ -416,9 +416,9 @@ e.g., .B TLS_PROTOCOL_MIN 3.2 would require TLS 1.1. Specifying a minimum that is higher than that supported by the -OpenLDAP implementation will result it in requiring the +OpenLDAP implementation will result in it requiring the highest level that it does support. -This parameter is currently ignored with GNUtls. +This parameter is ignored with GnuTLS. .TP .B TLS_RANDFILE Specifies the file to obtain random bits from when /dev/[u]random is -- 2.39.5