]> git.decadent.org.uk Git - nfs-utils.git/commit
gssd: Clarify use of the term "machine credentials" in rpc.gssd(8)
authorChuck Lever <chuck.lever@oracle.com>
Sat, 23 Mar 2013 12:08:36 +0000 (08:08 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 25 Mar 2013 14:09:10 +0000 (10:09 -0400)
commit6888d305d8683d178239170794ce8debdaaaacd8
tree78f804ea13ca4b55b5f1af9fd356ef32b30249c6
parente661019a2827aa0b303f4b2be54f0670c68812bf
gssd: Clarify use of the term "machine credentials" in rpc.gssd(8)

Our NFSv4 implementation uses machine credentials for operations
that manage state on behalf of the whole client (for example,
SETCLIENTID or RENEW).  The rpc.gssd man page is missing a
description of this usage, especially in the discussion of the "-n"
option.

The issue is that rpc.gssd's "-n" option requires root to acquire a
user credential.  In the absense of a system keytab (for instance,
if the system is diskless) root's credential is not to be used as
the machine credential that manages NFSv4 state.

Group the discussion of machine credentials and UID 0 in one place
to help clarify the discussion and simplify the description of
several of these options.

Acked-by: J. Bruce Fields <bfields@fieldses.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/gssd.man