From: Peter Palfrader Date: Thu, 17 Mar 2011 09:43:12 +0000 (+0100) Subject: squeeze uses --manage-gids to rpc.mountd by default - that seems to make sense X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=ebd78b64af71817821e84291b3c426c8d9ba1f2d squeeze uses --manage-gids to rpc.mountd by default - that seems to make sense --- diff --git a/modules/nfs-server/files/nfs-kernel-server.default b/modules/nfs-server/files/nfs-kernel-server.default index d40255f5..cd98ea41 100644 --- a/modules/nfs-server/files/nfs-kernel-server.default +++ b/modules/nfs-server/files/nfs-kernel-server.default @@ -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".