File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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- or equivilant , perform a <acronym>GSSAPI</acronym> initialization by
1505+ or equivalent , 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
Original file line number Diff line number Diff 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 all conections .
2652+ some or all connections .
26532653 </para>
26542654
26552655 <para>
You can’t perform that action at this time.
0 commit comments