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
This commit is contained in:
Love Hörnquist Åstrand
2005-05-29 13:15:58 +00:00
parent 85718a32f7
commit 084b3b2d2a
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd May 24, 2005 .Dd May 29, 2005
.Dt KCM 8 .Dt KCM 8
.Os Heimdal .Os Heimdal
.Sh NAME .Sh NAME
@@ -95,7 +95,7 @@ enviroment variable to
.Ql KCM: Ns Ar uid .Ql KCM: Ns Ar uid
or add the stanza or add the stanza
.br .br
[libdefaults]default_cc_name KCM:${uid} [libdefaults]default_cc_name KCM:%{uid}
.br .br
to the to the
.Pa /etc/krb5.conf .Pa /etc/krb5.conf

View File

@@ -167,7 +167,7 @@ section below.
the default credentials cache name. the default credentials cache name.
The string can contain variables that are expanded on runtime. The string can contain variables that are expanded on runtime.
Only support variable now is Only support variable now is
.Li ${uid} .Li %{uid}
that expands to the current user id. that expands to the current user id.
.It Li default_etypes = Va etypes ... .It Li default_etypes = Va etypes ...
A list of default encryption types to use. A list of default encryption types to use.