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:
@@ -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
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user