aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-07-23 11:31:09 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-07-23 11:31:09 +0000
commit4c27efd514bd78ef7011796a5c91564ab5e8ed21 (patch)
treedff2554714af0cfb90ccd9e60808dff259c1cc65 /etc/defaults/rc.conf
parent1e42415db083749fd8f393afe6c3579d53254d01 (diff)
downloadsrc-4c27efd514bd78ef7011796a5c91564ab5e8ed21.tar.gz
src-4c27efd514bd78ef7011796a5c91564ab5e8ed21.zip
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.
Notes
Notes: svn path=/head/; revision=63773
Diffstat (limited to 'etc/defaults/rc.conf')
-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 fcdf302f5b99..ec478c81cef6 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.