Man page - svcgssd(8)
Packages contains this manual
- nfsstat(8)
- blkmapd(8)
- nfsmount.conf(5)
- nfsidmap(8)
- showmount(8)
- mount.nfs(8)
- svcgssd(8)
- rpc.svcgssd(8)
- nfs.conf(5)
- mountstats(8)
- rpc.statd(8)
- rpc.sm-notify(8)
- statd(8)
- nfs4_uid_to_name(3)
- nfs(5)
- rpcctl(8)
- nfsiostat(8)
- rpc.idmapd(8)
- gssd(8)
- umount.nfs(8)
- nfsconf(8)
- sm-notify(8)
- nfsrahead(5)
- nfs.systemd(7)
- rpcdebug(8)
- rpc.gssd(8)
- idmapd(8)
apt-get install nfs-common
Available languages:
en fr roManual
rpc.svcgssd
NAMESYNOPSIS
DESCRIPTION
OPTIONS
CONFIGURATION FILE
SEE ALSO
AUTHORS
NAME
rpc.svcgssd - server-side rpcsec_gss daemon
SYNOPSIS
rpc.svcgssd [-n] [-v] [-r] [-i] [-f] [-p principal]
DESCRIPTION
The rpcsec_gss protocol gives a means of using the gss-api generic security api to provide security for protocols using rpc (in particular, nfs). Before exchanging any rpc requests using rpcsec_gss, the rpc client must first establish a security context with the rpc server. The linux kernelβs implementation of rpcsec_gss depends on the userspace daemon rpc.svcgssd to handle context establishment on the rpc server. The daemon uses files in the proc filesystem to communicate with the kernel.
OPTIONS
|
-f |
Runs rpc.svcgssd in the foreground and sends output to stderr (as opposed to syslogd) |
||
|
-v |
Increases the verbosity of the output (can be specified multiple times). |
||
|
-r |
If the rpcsec_gss library supports setting debug level, increases the verbosity of the output (can be specified multiple times). |
||
|
-i |
If the nfsidmap library supports setting debug level, increases the verbosity of the output (can be specified multiple times). |
||
|
-p |
Use principal instead of the default nfs/ FQDN @ REALM . |
||
|
-n |
Use the system default credentials (host/ FQDN @ REALM ) rather than the default nfs/ FQDN @ REALM . |
CONFIGURATION FILE
Some of the
options that can be set on the command line can also be
controlled through values set in the
[svcgssd]
section of the
/etc/nfs.conf
configuration file.
Values recognized include:
principal
If set to system this is equivalent to the -n option. If set to any other value, that is used like the -p option.
verbosity
Value which is equivalent to the number of -v .
rpc-verbosity
Value which is equivalent to the number of -r .
idmap-verbosity
Value which is equivalent to the number of -i .
SEE ALSO
rpc.gssd(8),
AUTHORS
Dug Song
<dugsong@umich.edu>
Andy Adamson <andros@umich.edu>
Marius Aamodt Eriksen <marius@umich.edu>
J. Bruce Fields <bfields@umich.edu>