Add idmapd_flags to defaults/rc.conf.

Document it and idmapd_enable.
This commit is contained in:
Ceri Davies 2006-10-15 15:55:00 +00:00
parent 6474221698
commit d7862beb32
2 changed files with 16 additions and 1 deletions

View File

@ -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_enable="NO" # This host is an NFS server (or NO).
nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled). nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled).
idmapd_enable="NO" # Run the NFS4 id mapper (YES/NO). idmapd_enable="NO" # Run the NFS4 id mapper (YES/NO).
idmapd_flags="" # Additional flags for idmapd.
mountd_enable="NO" # Run mountd (or NO). mountd_enable="NO" # Run mountd (or NO).
mountd_flags="-r" # Flags to mountd (if NFS server enabled). mountd_flags="-r" # Flags to mountd (if NFS server enabled).
weak_mountd_authentication="NO" # Allow non-root mount requests to be served. weak_mountd_authentication="NO" # Allow non-root mount requests to be served.

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd October 6, 2006 .Dd October 15, 2006
.Dt RC.CONF 5 .Dt RC.CONF 5
.Os .Os
.Sh NAME .Sh NAME
@ -1626,6 +1626,20 @@ is set to
these are the flags to pass to the these are the flags to pass to the
.Xr nfsd 8 .Xr nfsd 8
daemon. 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 .It Va mountd_enable
.Pq Vt bool .Pq Vt bool
If set to If set to