mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 15:41:24 -05:00
RANDFILE directives
This commit is contained in:
parent
3fdbff6923
commit
3310663d02
1 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue