[Freeipa-devel] [PATCH] fixed the default value for tls_reqcert

Sumit Bose sbose at redhat.com
Fri Jul 10 09:37:26 UTC 2009


Hi,

this patch sets the default value of tls_reqcert to a value that is
allowed :).

bye,
Sumit
-------------- next part --------------
>From 36a9f4707d800af6dc8dddbe9722556c97637a1e Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Fri, 10 Jul 2009 11:34:49 +0200
Subject: [PATCH] fixed the default value for tls_reqcert

---
 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 ddba0ba..9c957ff 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 },
-- 
1.6.2.5



More information about the Freeipa-devel mailing list