From 5e6b117978a943a6780414a4cf31665ba3f8b58d Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 20 Apr 2015 14:45:01 -0600 Subject: [PATCH] common: rm kerberos KEYRING cache type This is only available in later versions of MIT Kerberos and the Linux kernels, so it probably won't work on distros older than RHEL 7. --- roles/common/templates/krb5.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/common/templates/krb5.conf b/roles/common/templates/krb5.conf index ecb8914..eb41a59 100644 --- a/roles/common/templates/krb5.conf +++ b/roles/common/templates/krb5.conf @@ -2,4 +2,3 @@ [libdefaults] default_realm = {{ kerberos_realm }} - default_ccache_name = KEYRING:persistent:%{uid} -- 2.39.5