Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 83d727e

Browse files
committed
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.
1 parent 902b57c commit 83d727e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

doc/src/sgml/protocol.sgml

+18-18
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@ AuthenticationGSS (B)
32383238

32393239
<varlistentry>
32403240
<term>
3241-
AuthenticationSSPI (B)
3241+
AuthenticationGSSContinue (B)
32423242
</term>
32433243
<listitem>
32443244
<para>
@@ -3256,7 +3256,7 @@ AuthenticationSSPI (B)
32563256
</varlistentry>
32573257
<varlistentry>
32583258
<term>
3259-
Int32(8)
3259+
Int32
32603260
</term>
32613261
<listitem>
32623262
<para>
@@ -3266,11 +3266,21 @@ AuthenticationSSPI (B)
32663266
</varlistentry>
32673267
<varlistentry>
32683268
<term>
3269-
Int32(9)
3269+
Int32(8)
32703270
</term>
32713271
<listitem>
32723272
<para>
3273-
Specifies that SSPI authentication is required.
3273+
Specifies that this message contains GSSAPI or SSPI data.
3274+
</para>
3275+
</listitem>
3276+
</varlistentry>
3277+
<varlistentry>
3278+
<term>
3279+
Byte<replaceable>n</replaceable>
3280+
</term>
3281+
<listitem>
3282+
<para>
3283+
GSSAPI or SSPI authentication data.
32743284
</para>
32753285
</listitem>
32763286
</varlistentry>
@@ -3283,7 +3293,7 @@ AuthenticationSSPI (B)
32833293

32843294
<varlistentry>
32853295
<term>
3286-
AuthenticationGSSContinue (B)
3296+
AuthenticationSSPI (B)
32873297
</term>
32883298
<listitem>
32893299
<para>
@@ -3300,32 +3310,22 @@ AuthenticationGSSContinue (B)
33003310
</listitem>
33013311
</varlistentry>
33023312
<varlistentry>
3303-
<term>
3304-
Int32
3305-
</term>
3306-
<listitem>
3307-
<para>
3308-
Length of message contents in bytes, including self.
3309-
</para>
3310-
</listitem>
3311-
</varlistentry>
3312-
<varlistentry>
33133313
<term>
33143314
Int32(8)
33153315
</term>
33163316
<listitem>
33173317
<para>
3318-
Specifies that this message contains GSSAPI or SSPI data.
3318+
Length of message contents in bytes, including self.
33193319
</para>
33203320
</listitem>
33213321
</varlistentry>
33223322
<varlistentry>
33233323
<term>
3324-
Byte<replaceable>n</replaceable>
3324+
Int32(9)
33253325
</term>
33263326
<listitem>
33273327
<para>
3328-
GSSAPI or SSPI authentication data.
3328+
Specifies that SSPI authentication is required.
33293329
</para>
33303330
</listitem>
33313331
</varlistentry>

0 commit comments

Comments
 (0)