5747f80f3d
- Enable gssproxy to manage the GSSAPI creds on the server. Signed-off-by: Steve Dickson <steved@redhat.com>
34 lines
967 B
Plaintext
34 lines
967 B
Plaintext
#
|
|
# NOTE: the LOCKD_TCPPORT and LOCKD_UDPPORT parameters in this file are
|
|
# now deprecated. Those that need lockd to listen on a particular
|
|
# set of ports should configure /etc/modprobe.d/lockd.conf to do so.
|
|
#
|
|
# Optinal options passed to rquotad
|
|
RPCRQUOTADOPTS=""
|
|
#
|
|
# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
|
|
RPCNFSDARGS=""
|
|
# Number of nfs server processes to be started.
|
|
# The default is 8.
|
|
RPCNFSDCOUNT=8
|
|
#
|
|
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
|
|
RPCMOUNTDOPTS=""
|
|
#
|
|
# Optional arguments passed to rpc.statd. See rpc.statd(8)
|
|
STATDARG=""
|
|
#
|
|
# Optional arguments passed to rpc.idmapd. See rpc.idmapd(8)
|
|
RPCIDMAPDARGS=""
|
|
#
|
|
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
|
|
RPCGSSDARGS=""
|
|
# Enable usage of gssproxy. See gssproxy-mech(8).
|
|
GSS_USE_PROXY="yes"
|
|
#
|
|
# Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8)
|
|
RPCSVCGSSDARGS=""
|
|
#
|
|
# Optional arguments passed to blkmapd. See blkmapd(8)
|
|
BLKMAPDARGS=""
|