]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/nfs-common.default
Add option to specify directory to search for credentials cache files
[nfs-utils.git] / debian / nfs-common.default
index d38d456ae531c534412ade060a1595d845775710..a8287de5ebb6625a87ffdfb4b648abf301db9969 100644 (file)
@@ -7,6 +7,10 @@ STATDOPTS=
 # If so, set this variable to either "yes" or "no".
 NEED_LOCKD=
 
-# If you are not using NFSv4 and wish to disable the idmapd daemon
-# then uncomment the following line
-# NEED_IDMAPD=no
+# If you are not using NFSv4 and wish to disable the idmapd daemon,
+# then set NEED_IDMAPD to "no".
+NEED_IDMAPD=no
+
+# If you are not running NFS with RPCSEC_GSS security, and wish to
+# disable the gssd client daemon, then set NEED_GSSD to "no".
+NEED_GSSD=no