[SSSD] [PATCH] Fix inconsistent use of krb5_ccname_template

Sumit Bose sbose at redhat.com
Wed Nov 11 07:45:05 UTC 2009


Hi,

this patch should fix #270, krb5_ccname_template vs krb5_ccname_tmpl.

bye,
Sumit
-------------- next part --------------
>From 06594cdc11be59991e0a6363fb0dc8955139cba6 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Wed, 11 Nov 2009 08:40:24 +0100
Subject: [PATCH] Fix inconsistent use of krb5_ccname_template

---
 server/providers/ipa/ipa_common.c   |    2 +-
 server/providers/krb5/krb5_common.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/providers/ipa/ipa_common.c b/server/providers/ipa/ipa_common.c
index 4d7dc95..271cc22 100644
--- a/server/providers/ipa/ipa_common.c
+++ b/server/providers/ipa/ipa_common.c
@@ -109,7 +109,7 @@ struct dp_option ipa_def_krb5_opts[] = {
     { "krb5_kdcip", DP_OPT_STRING, NULL_STRING, NULL_STRING },
     { "krb5_realm", DP_OPT_STRING, NULL_STRING, NULL_STRING },
     { "krb5_ccachedir", DP_OPT_STRING, { "/tmp" }, NULL_STRING },
-    { "krb5_ccname_tmpl", DP_OPT_STRING, { "FILE:%d/krb5cc_%U_XXXXXX" }, NULL_STRING},
+    { "krb5_ccname_template", DP_OPT_STRING, { "FILE:%d/krb5cc_%U_XXXXXX" }, NULL_STRING},
     { "krb5_changepw_princ", DP_OPT_STRING, { "kadmin/changepw" }, NULL_STRING },
     { "krb5_auth_timeout", DP_OPT_NUMBER, { .number = 15 }, NULL_NUMBER },
 };
diff --git a/server/providers/krb5/krb5_common.c b/server/providers/krb5/krb5_common.c
index a9d00ef..0657231 100644
--- a/server/providers/krb5/krb5_common.c
+++ b/server/providers/krb5/krb5_common.c
@@ -32,7 +32,7 @@ struct dp_option default_krb5_opts[] = {
     { "krb5_kdcip", DP_OPT_STRING, NULL_STRING, NULL_STRING },
     { "krb5_realm", DP_OPT_STRING, NULL_STRING, NULL_STRING },
     { "krb5_ccachedir", DP_OPT_STRING, { "/tmp" }, NULL_STRING },
-    { "krb5_ccname_tmpl", DP_OPT_STRING, { "FILE:%d/krb5cc_%U_XXXXXX" }, NULL_STRING},
+    { "krb5_ccname_template", DP_OPT_STRING, { "FILE:%d/krb5cc_%U_XXXXXX" }, NULL_STRING},
     { "krb5_changepw_principle", DP_OPT_STRING, { "kadmin/changepw" }, NULL_STRING },
     { "krb5_auth_timeout", DP_OPT_NUMBER, { .number = 15 }, NULL_NUMBER },
 };
-- 
1.6.2.5



More information about the sssd-devel mailing list