Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0028b22d
Commit
0028b22d
authored
Feb 08, 2008
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some small editorialization on the protocol documentation for GSSAPI/SSPI
authentication.
parent
81e77085
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
doc/src/sgml/protocol.sgml
doc/src/sgml/protocol.sgml
+11
-8
No files found.
doc/src/sgml/protocol.sgml
View file @
0028b22d
<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.7
2 2008/01/15 22:18:20
tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/protocol.sgml,v 1.7
3 2008/02/08 18:18:05
tgl Exp $ -->
<chapter id="protocol">
<title>Frontend/Backend Protocol</title>
...
...
@@ -238,8 +238,8 @@
For all authentication methods except GSSAPI and SSPI, there is at most
one request and one response. In some methods, no response
at all is needed from the frontend, and so no authentication request
occurs. For GSSAPI and SSPI, multiple
iterations of packets may be needed to
complete the authentication.
occurs. For GSSAPI and SSPI, multiple
exchanges of packets may be needed
to
complete the authentication.
</para>
<para>
...
...
@@ -370,9 +370,9 @@
or a previous AuthenticationGSSContinue). If the GSSAPI
or SSPI data in this message
indicates more data is needed to complete the authentication,
the frontend must send th
is
data as another PasswordMessage. If
GSSAPI authentication is completed by this message, the server
will
also
send AuthenticationOk to indicate successful authentication
the frontend must send th
at
data as another PasswordMessage. If
GSSAPI
or SSPI
authentication is completed by this message, the server
will
next
send AuthenticationOk to indicate successful authentication
or ErrorResponse to indicate failure.
</para>
</listitem>
...
...
@@ -1808,7 +1808,7 @@ AuthenticationGSSContinue (B)
</term>
<listitem>
<para>
Specifies that this message contains GSSAPI data.
Specifies that this message contains GSSAPI
or SSPI
data.
</para>
</listitem>
</varlistentry>
...
...
@@ -3514,7 +3514,10 @@ PasswordMessage (F)
<listitem>
<para>
Identifies the message as a password response. Note that
this is also used by GSSAPI response messages.
this is also used for GSSAPI and SSPI response messages
(which is really a design error, since the contained data
is not a null-terminated string in that case, but can be
arbitrary binary data).
</para>
</listitem>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment