From 9a3ba9ca00e73adc3fb17ce8afa532076768023b Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 5 Jun 2012 23:41:12 +0200 Subject: Add support for storing credential caches in the DIR: back end https://fedorahosted.org/sssd/ticket/974 --- src/man/sssd-krb5.5.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/man') diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 247337a90..1baee36e9 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -157,10 +157,12 @@ krb5_ccname_template (string) - Location of the user's credential cache. Currently - only file based credential caches are supported. In - the template the following sequences are - substituted: + Location of the user's credential cache. Two credential + cache types are currently supported - FILE + and DIR. The cache can either be specified + as TYPE:RESIDUAL, or an absolute + path, which implies the FILE type. In the + template the following sequences are substituted: %u -- cgit