From 2a8ee68b479b960b74bb69794a366723fd931d30 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 29 Jul 2013 07:04:03 -0700 Subject: [PATCH] ITS#7645 use ldap_pvt_tls_config for TLSProtocolMin --- servers/slapd/bconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index c1c69a2337..931ae9ff63 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -3859,7 +3859,7 @@ config_tls_config(ConfigArgs *c) { } ch_free( c->value_string ); c->cleanup = config_tls_cleanup; - if ( isdigit( (unsigned char)c->argv[1][0] ) ) { + if ( isdigit( (unsigned char)c->argv[1][0] ) && c->type != CFG_TLS_PROTOCOL_MIN ) { if ( lutil_atoi( &i, c->argv[1] ) != 0 ) { Debug(LDAP_DEBUG_ANY, "%s: " "unable to parse %s \"%s\"\n", -- 2.39.5