diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2006-10-15 15:55:00 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2006-10-15 15:55:00 +0000 |
| commit | d7862beb32e00c88e0cf07f85d4e66b3ae257be8 (patch) | |
| tree | b68a77c628e1dae8a3b575c80872a478a422c401 /etc/defaults | |
| parent | 647422169863e23cfe3a0c64f0491649f293d664 (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 903c66b05ce0..f75171a8ef68 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. |
