From: Howard Chu Date: Mon, 29 Jul 2013 14:04:03 +0000 (-0700) Subject: ITS#7645 use ldap_pvt_tls_config for TLSProtocolMin X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=115460ae53d94e3525ee09ae4390a83d51fc5164;p=openldap ITS#7645 use ldap_pvt_tls_config for TLSProtocolMin --- diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index def6daf201..c6f45bc46c 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -4067,7 +4067,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",