summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2015-12-14 23:09:02 +0000
committerrmacklem <rmacklem@FreeBSD.org>2015-12-14 23:09:02 +0000
commitc6b624d1a15051048c564b8cc8b87ea21664b1c8 (patch)
treee278d73d2f11d75f26c323ecbd205faa65999e5a /etc/defaults
parentb6c0f43bf9314da1216aaee55d9344fa09aacd41 (diff)
downloadFreeBSD-src-c6b624d1a15051048c564b8cc8b87ea21664b1c8.zip
FreeBSD-src-c6b624d1a15051048c564b8cc8b87ea21664b1c8.tar.gz
MFC: r291536
Add support for the new "-manage-gids" option for the nfsuserd daemon to the rc scripts. With these changes, setting nfs_server_managegids="YES" in /etc/rc.conf will enable this capability. Relnotes: yes
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index f455bc3..d4e9701 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -330,6 +330,7 @@ nfs_access_cache="60" # Client cache timeout in seconds
nfs_server_enable="NO" # This host is an NFS server (or NO).
oldnfs_server_enable="NO" # Run the old NFS server (YES/NO).
nfs_server_flags="-u -t" # Flags to nfsd (if enabled).
+nfs_server_managegids="NO" # The NFS server maps gids for AUTH_SYS (or NO).
mountd_enable="NO" # Run mountd (or NO).
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
weak_mountd_authentication="NO" # Allow non-root mount requests to be served.
OpenPOWER on IntegriCloud