summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-07-23 11:31:09 +0000
committerasmodai <asmodai@FreeBSD.org>2000-07-23 11:31:09 +0000
commitf55c1c6732287426a3138679c42c18109a6fb584 (patch)
tree2e254deaeffedbaaa2ed870128a2388d81929652 /etc
parent82802a424bb11d0a6b94b5363dd803a02b76ed5b (diff)
downloadFreeBSD-src-f55c1c6732287426a3138679c42c18109a6fb584.zip
FreeBSD-src-f55c1c6732287426a3138679c42c18109a6fb584.tar.gz
Add weak_mountd_authentication, which is examined in /etc/rc.network.
Setting this to YES instead of its default NO, causes mountd to be passed the -n flag, which allow non-root users mount requests to be served.
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 fcdf302..ec478c8 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -113,6 +113,7 @@ nfs_server_enable="NO" # This host is an NFS server (or NO).
nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled).
single_mountd_enable="NO" # Run mountd only (or NO).
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
+weak_mountd_authentication="NO" # Allow non-root mount requests to be served.
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
nfs_bufpackets="DEFAULT" # bufspace (in packets) for client (or DEFAULT)
rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server.
OpenPOWER on IntegriCloud