From dcc6877aa2e2dd63a9dc9c411a9c58feaeb36b9a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 27 Aug 2013 13:36:41 -0400 Subject: krb5: Fetch ccname template from krb5.conf In order to use the same defaults in all system daemons that needs to know how to generate or search for ccaches we introduce ode here to take advantage of the new option called default_ccache_name provided by libkrb5. If set this variable we establish the same default for all programs that surce it out of krb5.conf therefore providing a consistent experience across the system. Related: https://fedorahosted.org/sssd/ticket/2036 --- src/man/sssd-krb5.5.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/man/sssd-krb5.5.xml') diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 720f39b7..9b0bfba4 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -220,7 +220,16 @@ predictable method. - Default: FILE:%d/krb5cc_%U_XXXXXX + The default value for the credential cache name is + sourced from the profile stored in the system wide + krb5.conf configuration file in the [libdefaults] + section. The option name is default_ccache_name. + See krb5.conf(5)'s PARAMETER EXPANSION paragraph + for additional information on the expansion format + defined by krb5.conf. + + + Default: (from libkrb5) -- cgit