mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Fix TLS default for clients
This commit is contained in:
parent
a4f879f9d2
commit
f2a02b90ed
1 changed files with 1 additions and 0 deletions
|
|
@ -521,6 +521,7 @@ void ldap_int_initialize_global_options( struct ldapoptions *gopts, int *dbglvl
|
|||
#ifdef HAVE_TLS
|
||||
gopts->ldo_tls_connect_cb = NULL;
|
||||
gopts->ldo_tls_connect_arg = NULL;
|
||||
gopts->ldo_tls_require_cert = LDAP_OPT_X_TLS_DEMAND;
|
||||
#endif
|
||||
|
||||
gopts->ldo_valid = LDAP_INITIALIZED;
|
||||
|
|
|
|||
Loading…
Reference in a new issue