summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2006-10-15 15:55:00 +0000
committerceri <ceri@FreeBSD.org>2006-10-15 15:55:00 +0000
commite4ea7afca1c5f0dfc95a190335570a00b4a9bcfc (patch)
treeb68a77c628e1dae8a3b575c80872a478a422c401 /etc
parent81c4528741fdbeda3c74c493edb63864cd855689 (diff)
downloadFreeBSD-src-e4ea7afca1c5f0dfc95a190335570a00b4a9bcfc.zip
FreeBSD-src-e4ea7afca1c5f0dfc95a190335570a00b4a9bcfc.tar.gz
Add idmapd_flags to defaults/rc.conf.
Document it and idmapd_enable.
Diffstat (limited to 'etc')
-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 903c66b..f75171a 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -243,6 +243,7 @@ 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 -n 4" # Flags to nfsd (if enabled).
idmapd_enable="NO" # Run the NFS4 id mapper (YES/NO).
+idmapd_flags="" # Additional flags for idmapd.
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