summaryrefslogtreecommitdiffstats
path: root/doc/rst_source
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-08-01 14:05:52 -0400
committerGreg Hudson <ghudson@mit.edu>2012-08-01 14:06:07 -0400
commit69947d9bf040f01e6ea2d0a6e761692132487b7e (patch)
tree7e463bab2c1346248760dd9e82d62f0693c22eb3 /doc/rst_source
parent3551501359c6d2396fa4779d378ae165f5b37242 (diff)
downloadkrb5-69947d9bf040f01e6ea2d0a6e761692132487b7e.tar.gz
krb5-69947d9bf040f01e6ea2d0a6e761692132487b7e.tar.xz
krb5-69947d9bf040f01e6ea2d0a6e761692132487b7e.zip
Add %{username} token to path expansion
For Unix-like platforms, add %{username} to the path expansion facility, expanding to the result of getpwuid on the euid. Also, for manual testing convenience, make t_expand_path print the result if no second argument is given.
Diffstat (limited to 'doc/rst_source')
-rw-r--r--doc/rst_source/krb_admins/conf_files/krb5_conf.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst
index ee7344c5d8..689e61c927 100644
--- a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst
+++ b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst
@@ -991,6 +991,7 @@ to be expanded. Valid parameters are:
%{LIBDIR} Installation library directory
%{BINDIR} Installation binary directory
%{SBINDIR} Installation admin binary directory
+ %{username} (Unix) Username of effective user ID
%{APPDATA} (Windows) Roaming application data for current user
%{COMMON_APPDATA} (Windows) Application data for all users
%{LOCAL_APPDATA} (Windows) Local application data for current user