diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/providers/ldap/sdap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/providers/ldap/sdap.c b/server/providers/ldap/sdap.c index ddba0ba5..9c957ff2 100644 --- a/server/providers/ldap/sdap.c +++ b/server/providers/ldap/sdap.c @@ -32,7 +32,7 @@ struct sdap_gen_opts default_basic_opts[] = { { "defaultAuthtok", NULL, NULL }, { "network_timeout", "5", NULL }, { "opt_timeout", "5", NULL }, - { "tls_reqcert", "always", NULL }, + { "tls_reqcert", "hard", NULL }, { "userSearchBase", "dc=example,dc=com", NULL }, { "userSearchScope", "sub", NULL }, { "userSearchFilter", NULL, NULL }, |