From 4163ae72c7951336a6fa9c459b3e083ff022e5ae Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 10 Jul 2009 11:34:49 +0200 Subject: fixed the default value for tls_reqcert --- server/providers/ldap/sdap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/providers/ldap/sdap.c b/server/providers/ldap/sdap.c index ddba0ba51..9c957ff23 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 }, -- cgit