From 83d727e5b23c43f3fb7221963ddec24277c1126f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 23 Oct 2020 13:01:39 +0200 Subject: [PATCH] doc: Fix order of protocol messages in listing The order of AuthenticationGSSContinue and AuthenticationSSPI was swapped, based on the other Authentication* protocol messages being listed in subcode order. --- doc/src/sgml/protocol.sgml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index a46cb728b79..3a64db6f550 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -3238,7 +3238,7 @@ AuthenticationGSS (B) -AuthenticationSSPI (B) +AuthenticationGSSContinue (B) @@ -3256,7 +3256,7 @@ AuthenticationSSPI (B) - Int32(8) + Int32 @@ -3266,11 +3266,21 @@ AuthenticationSSPI (B) - Int32(9) + Int32(8) - Specifies that SSPI authentication is required. + Specifies that this message contains GSSAPI or SSPI data. + + + + + + Byten + + + + GSSAPI or SSPI authentication data. @@ -3283,7 +3293,7 @@ AuthenticationSSPI (B) -AuthenticationGSSContinue (B) +AuthenticationSSPI (B) @@ -3300,32 +3310,22 @@ AuthenticationGSSContinue (B) - - Int32 - - - - Length of message contents in bytes, including self. - - - - Int32(8) - Specifies that this message contains GSSAPI or SSPI data. + Length of message contents in bytes, including self. - Byten + Int32(9) - GSSAPI or SSPI authentication data. + Specifies that SSPI authentication is required. -- 2.30.2