diff options
-rw-r--r-- | etc/defaults/rc.conf | 1 | ||||
-rw-r--r-- | share/man/man5/rc.conf.5 | 16 |
2 files changed, 16 insertions, 1 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. diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 2ffb173..c14bb2b 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 6, 2006 +.Dd October 15, 2006 .Dt RC.CONF 5 .Os .Sh NAME @@ -1626,6 +1626,20 @@ is set to these are the flags to pass to the .Xr nfsd 8 daemon. +.It Va idmapd_enable +.Pq Vt bool +If set to +.Dq Li YES , +run the id mapping daemon for NFS version 4. +.It Va idmapd_flags +.Pq Vt str +If +.Va idmapd_enable +is set to +.Dq Li YES , +these are the flags to pass to the +.Xr idmapd 8 +daemon. .It Va mountd_enable .Pq Vt bool If set to |