Fix TLSVerifyClient. Applied in wrong branch before.

This commit is contained in:
Howard Chu 2000-10-13 00:54:05 +00:00
parent 2a6f092422
commit 004f4f3260

View file

@ -1127,9 +1127,10 @@ read_config( const char *fname )
if ( rc )
return rc;
} else if ( !strcasecmp( cargv[0], "TLSVerifyClient" ) ) {
i = atoi(cargv[1]);
rc = ldap_pvt_tls_set_option( NULL,
LDAP_OPT_X_TLS_REQUIRE_CERT,
cargv[1] );
&i );
if ( rc )
return rc;