]> git.sur5r.net Git - openldap/commitdiff
ITS#5655 TLS_PROTOCOL_MIN setting
authorPhilip Guenther <guenther@sendmail.com>
Mon, 29 Jul 2013 13:38:27 +0000 (06:38 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 29 Jul 2013 19:35:16 +0000 (12:35 -0700)
doc/man/man5/ldap.conf.5

index 8f7fecda1c7cdfaa6aef9352e069e388fb7db7fd..b30fd76678d3d4bc41bed13e0b5b0facf9aa1e07 100644 (file)
@@ -407,6 +407,19 @@ is in the source code for Mozilla NSS in the file sslinfo.c in the structure
 .fi
 .RE
 .TP
+.B TLS_PROTOCOL_MIN <major>[.<minor>]
+Specifies minimum SSL protocol version that will be negoiated.
+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),
+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
+highest level that it does support.
+This parameter is currently ignored with GNUtls.
+.TP
 .B TLS_RANDFILE <filename>
 Specifies the file to obtain random bits from when /dev/[u]random is
 not available. Generally set to the name of the EGD/PRNGD socket.