mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#7645 use ldap_pvt_tls_config for TLSProtocolMin
This commit is contained in:
parent
c6cf495247
commit
115460ae53
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue