aboutsummaryrefslogtreecommitdiff
path: root/man/man4
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2007-10-12 12:56:57 -0400
committerRuss Cox <rsc@swtch.com>2007-10-12 12:56:57 -0400
commit151b86a03703255445a2165f714e914032f6c4a8 (patch)
tree51f268a91a3bca9f432ac632b8b0f0582019a5fd /man/man4
parent9b25329723e3284db7b060bbb301a139b8f2ace1 (diff)
downloadplan9port-151b86a03703255445a2165f714e914032f6c4a8.tar.gz
plan9port-151b86a03703255445a2165f714e914032f6c4a8.tar.bz2
plan9port-151b86a03703255445a2165f714e914032f6c4a8.zip
srv: add -n flag to reject auth by clients
Diffstat (limited to 'man/man4')
-rw-r--r--man/man4/srv.410
1 files changed, 9 insertions, 1 deletions
diff --git a/man/man4/srv.4 b/man/man4/srv.4
index 5c5c80a0..ccd0f034 100644
--- a/man/man4/srv.4
+++ b/man/man4/srv.4
@@ -4,7 +4,7 @@ srv, 9fs \- start network file service
.SH SYNOPSIS
.B srv
[
-.B -a
+.B -an
]
[
.B -k
@@ -37,6 +37,14 @@ to post a pre-authenticated connection to the file system
(by default, the empty string;
see
.IR attach (9p)).
+.PP
+The
+.B -n
+option causes
+.I srv
+to reject authentication attempts by clients,
+useful if the remote server is known not to require authentication.
+.PP
.I Srv
authenticates over the 9P connection to establish a valid auth fid.
.IR Keypattern ,