summaryrefslogtreecommitdiff
path: root/sys/man/6
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-06-18 22:21:46 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-06-18 22:21:46 +0200
commit7ab86494986671bf38464435f57fb6f925ce8632 (patch)
tree1c89702fcbbe18b8c7c9992765dd480d6834aa2e /sys/man/6
parent3fc29c69846082a7724d39c48503e9fb711e5289 (diff)
authsrv(6): don't say old p9any isnt in use anymore...
Diffstat (limited to 'sys/man/6')
-rw-r--r--sys/man/6/authsrv32
1 files changed, 17 insertions, 15 deletions
diff --git a/sys/man/6/authsrv b/sys/man/6/authsrv
index 7a73a8959..02ba7d3e0 100644
--- a/sys/man/6/authsrv
+++ b/sys/man/6/authsrv
@@ -545,7 +545,6 @@ protocol, followed by the agreed-upon protocol.
The negotiation protocol is:
.TP
.I S→C:
-.B v.2
.IB proto@authdom
.IB proto@authdom
.I ...
@@ -553,9 +552,6 @@ The negotiation protocol is:
.I C→S:
.I proto
.I dom
-.TP
-.I S→C:
-.B OK
.PP
Each message is a NUL-terminated UTF string.
The server begins by sending a list of
@@ -564,20 +560,26 @@ The server begins by sending a list of
pairs it is willing to use.
The client
responds with its choice.
-Requiring the client to wait for the final
-.B OK
-ensures that the client will not start
-the chosen protocol until the server is ready.
.PP
-The above is version 2 of the protocol.
-Version 1,
-no longer used,
-omitted the first message's
+A second version of this protocol exists (indicated
+by the
.B v.2
-prefix
-and the
+prefix before the list) where the server sends
+an explicit confirmation with a OK message before
+the agreed-upon protocol starts.
+.TP
+.I S→C:
+.B v.2
+.IB proto@authdom
+.IB proto@authdom
+.I ...
+.TP
+.I C→S:
+.I proto
+.I dom
+.TP
+.I S→C:
.B OK
-message.
.PP
The
.I p9any