From 6560e7c6fd26dc99604beba0f45292f592155aeb Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Mon, 12 Jul 2021 23:47:06 +0000 Subject: [PATCH] fs(4): describe the noauth toggle better (thanks izaki) --- sys/man/4/fs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/man/4/fs b/sys/man/4/fs index 014f55e3b..7a22b05c2 100644 --- a/sys/man/4/fs +++ b/sys/man/4/fs @@ -12,13 +12,15 @@ protocols on Ethernets. The name of the main file server at Murray Hill was .BR emelie . .PP -The file server normally requires all users except +The file server does not require authentication on +.IR attach (5) +by default. To require all users except .L none to provide authentication tickets on each -.IR attach (5). -This can be disabled using the +.IR attach (5), +use the .B noauth -configuration command (see +toggle switch command (see .IR fsconfig (8)). .PP The group numbered 9999, normally called -- 2.44.0