Skip to content
Snippets Groups Projects
Commit 3310663d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

RANDFILE directives

parent 3fdbff69
Branches
Tags
No related merge requests found
......@@ -1749,6 +1749,13 @@ read_config( const char *fname )
if ( rc )
return rc;
} else if ( !strcasecmp( cargv[0], "TLSRandFile" ) ) {
rc = ldap_pvt_tls_set_option( NULL,
LDAP_OPT_X_TLS_RANDOM_FILE,
cargv[1] );
if ( rc )
return rc;
} else if ( !strcasecmp( cargv[0], "TLSCipherSuite" ) ) {
rc = ldap_pvt_tls_set_option( NULL,
LDAP_OPT_X_TLS_CIPHER_SUITE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment