]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
squeeze uses --manage-gids to rpc.mountd by default - that seems to make sense
authorPeter Palfrader <peter@palfrader.org>
Thu, 17 Mar 2011 09:43:12 +0000 (10:43 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 17 Mar 2011 09:43:12 +0000 (10:43 +0100)
modules/nfs-server/files/nfs-kernel-server.default

index d40255f5c4f7b281c51c2bc738b02135f1db98e4..cd98ea413444c168e678c6646a851b032ed3235c 100644 (file)
@@ -13,7 +13,7 @@ RPCNFSDPRIORITY=0
 # If you have a port-based firewall, you might want to set up
 # a fixed port here using the --port option. For more information, 
 # see rpc.mountd(8) or http://wiki.debian.org/?SecuringNFS
-RPCMOUNTDOPTS="-p 10002"
+RPCMOUNTDOPTS="-p 10002 --manage-gids"
 
 # Do you want to start the svcgssd daemon? It is only required for Kerberos
 # exports. Valid alternatives are "yes" and "no"; the default is "no".