summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2015-11-30 22:29:11 +0000
committerrmacklem <rmacklem@FreeBSD.org>2015-11-30 22:29:11 +0000
commit2cbb9ff22a403d9ec316a519280c8fb9a3d24af3 (patch)
treed3ff56110403fcfa78edf2ca56acbfc900d7bf19 /etc/defaults/rc.conf
parent82acf73e2b018069fa47ee237d704433859a2922 (diff)
downloadFreeBSD-src-2cbb9ff22a403d9ec316a519280c8fb9a3d24af3.zip
FreeBSD-src-2cbb9ff22a403d9ec316a519280c8fb9a3d24af3.tar.gz
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. Suggested by: jpaetzel Tested by: jpaetzel Reviewed by: rc (pending) MFC after: 2 weeks
Diffstat (limited to 'etc/defaults/rc.conf')
-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 4c0e899..31a106a 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -326,6 +326,7 @@ nfs_client_enable="NO" # This host is an NFS client (or NO).
nfs_access_cache="60" # Client cache timeout in seconds
nfs_server_enable="NO" # This host is an NFS server (or 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