summaryrefslogtreecommitdiffstats
path: root/utils/gssd/gssd.man
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-08-22 14:43:05 -0400
committerSteve Dickson <steved@redhat.com>2012-08-22 15:37:45 -0400
commitb7a3eb501f8eef61b7767445b2e09b4dca813c82 (patch)
treea8b620bf3014a4c28a7cbb8a6f7acffd16e29a69 /utils/gssd/gssd.man
parent1c787f1471d733f8a90b46924945c59de7478bac (diff)
downloadnfs-utils-b7a3eb501f8eef61b7767445b2e09b4dca813c82.tar.gz
nfs-utils-b7a3eb501f8eef61b7767445b2e09b4dca813c82.tar.xz
nfs-utils-b7a3eb501f8eef61b7767445b2e09b4dca813c82.zip
gssd: Use /run/user/${UID} instead of /run/user/${USER}
Newer versions of systemd create a /run/user/${UID} directory instead of the /run/user/${USER} directory, so switch to scanning for that. To make the per-user directory bit a little less magical, change the default to incorporate a "%U", which gets dynamically expanded to the user's UID when needed. Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/gssd/gssd.man')
-rw-r--r--utils/gssd/gssd.man9
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/gssd/gssd.man b/utils/gssd/gssd.man
index d8138fa..c74b7e8 100644
--- a/utils/gssd/gssd.man
+++ b/utils/gssd/gssd.man
@@ -103,9 +103,12 @@ where to look for the rpc_pipefs filesystem. The default value is
.B -d directory
Tells
.B rpc.gssd
-where to look for Kerberos credential files. The default value is "/tmp".
-This can also be a colon separated list of directories to be searched
-for Kerberos credential files. Note that if machine credentials are being
+where to look for Kerberos credential files. The default value is
+"/tmp:/run/user/%U".
+This can also be a colon separated list of directories to be searched for
+Kerberos credential files. The sequence "%U", if used, is replaced with
+the UID of the user for whom credentials are being searched.
+Note that if machine credentials are being
stored in files, then the first directory on this list is where the
machine credentials are stored.
.TP