diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-07-12 23:47:06 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-07-12 23:47:06 +0000 |
commit | 6560e7c6fd26dc99604beba0f45292f592155aeb (patch) | |
tree | 2af984854aebb320c4e0f845e30bc11c26250b24 | |
parent | 5a23b752eb15d69bb5daeb9134fd19a77e9fab33 (diff) | |
download | plan9front-6560e7c6fd26dc99604beba0f45292f592155aeb.tar.xz |
fs(4): describe the noauth toggle better (thanks izaki)
-rw-r--r-- | sys/man/4/fs | 10 |
1 files 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 |