From 084b3b2d2af85ec96c1a98d035e50e5c3275f0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 29 May 2005 13:15:58 +0000 Subject: [PATCH] change format for expantion variables in default_cc_name to %{variable} to not confuse them with shell ditto git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15254 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kcm/kcm.8 | 4 ++-- lib/krb5/krb5.conf.5 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kcm/kcm.8 b/kcm/kcm.8 index 3af400555..c4085ab24 100644 --- a/kcm/kcm.8 +++ b/kcm/kcm.8 @@ -31,7 +31,7 @@ .\" .\" $Id$ .\" -.Dd May 24, 2005 +.Dd May 29, 2005 .Dt KCM 8 .Os Heimdal .Sh NAME @@ -95,7 +95,7 @@ enviroment variable to .Ql KCM: Ns Ar uid or add the stanza .br -[libdefaults]default_cc_name KCM:${uid} +[libdefaults]default_cc_name KCM:%{uid} .br to the .Pa /etc/krb5.conf diff --git a/lib/krb5/krb5.conf.5 b/lib/krb5/krb5.conf.5 index 98f683428..f1c7f51e9 100644 --- a/lib/krb5/krb5.conf.5 +++ b/lib/krb5/krb5.conf.5 @@ -167,7 +167,7 @@ section below. the default credentials cache name. The string can contain variables that are expanded on runtime. Only support variable now is -.Li ${uid} +.Li %{uid} that expands to the current user id. .It Li default_etypes = Va etypes ... A list of default encryption types to use.