Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41998f9

Browse files
committed
Fix typos in documentatoin of GSSAPI encryption
Author: Daniel GustafssonDiscussion:https://postgr.es/m/5520EDD8-7AC7-4307-8171-400DD1D84FDC@yesql.se
1 parent75445c1 commit41998f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/protocol.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ SELECT 1/0;
15021502
respectively. The frontend might close the connection at this point
15031503
if it is dissatisfied with the response. To continue after
15041504
<literal>G</literal>, using the GSSAPI C bindings as discussed in RFC2744
1505-
orequivilant, perform a <acronym>GSSAPI</acronym> initialization by
1505+
orequivalent, perform a <acronym>GSSAPI</acronym> initialization by
15061506
calling <function>gss_init_sec_context()</function> in a loop and sending
15071507
the result to the server, starting with an empty input and then with each
15081508
result from the server, until it returns no output. When sending the

‎doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,7 @@ openssl x509 -req -in server.csr -text -days 365 \
26492649
default, this decision is up to the client (which means it can be
26502650
downgraded by an attacker); see <xref linkend="auth-pg-hba-conf"/> about
26512651
setting up the server to require the use of <acronym>GSSAPI</acronym> for
2652-
some or allconections.
2652+
some or allconnections.
26532653
</para>
26542654

26552655
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp