From 10f34a170becc1dc6941937f4c087fccd377581f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 Aug 2004 21:49:08 +0000 Subject: [PATCH] explain support for varibles in [libdefaults]default_cc_name git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14111 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.conf.5 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/krb5/krb5.conf.5 b/lib/krb5/krb5.conf.5 index 073e9e7f4..042437ee4 100644 --- a/lib/krb5/krb5.conf.5 +++ b/lib/krb5/krb5.conf.5 @@ -164,9 +164,10 @@ This is deprecated, see the section below. .It Li default_cc_name = Va ccname the default credentials cache name. -Only useful for forcing the library to default to CCAPI, this is since -not possible to express user/global information in the string, like -user uid, time, etc +The string can contain variables that are expanded on runtime. +Only support variable now is +.Li ${uid} +that expands to the current user id. .It Li default_etypes = Va etypes ... A list of default encryption types to use. .It Li default_etypes_des = Va etypes ...