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.