diff options
| author | Rick Macklem <rmacklem@FreeBSD.org> | 2015-11-30 22:29:11 +0000 |
|---|---|---|
| committer | Rick Macklem <rmacklem@FreeBSD.org> | 2015-11-30 22:29:11 +0000 |
| commit | b45c941c1c58f320d193df550009f10401e3d359 (patch) | |
| tree | d3ff56110403fcfa78edf2ca56acbfc900d7bf19 /etc/defaults | |
| parent | 3367fa32b1b4f9cbe3b76c9b8a010b67a19144fa (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 4c0e899f268c4..31a106a805221 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. |
