diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-05-17 08:22:28 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-05-17 08:22:28 +0900 |
commit | 41998f90ce66425ca6071ac5e170a19bb1498414 (patch) | |
tree | f720586140175c8b1de687bf9710dbcedb3c454f /doc/src | |
parent | 75445c1515fffa581585f1b72e5b5314c1c395ce (diff) |
Fix typos in documentatoin of GSSAPI encryption
Author: Daniel Gustafsson
Discussion: https://postgr.es/m/5520EDD8-7AC7-4307-8171-400DD1D84FDC@yesql.se
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/runtime.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index f6b5bfc131c..b20f1690a7e 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1502,7 +1502,7 @@ SELECT 1/0; respectively. The frontend might close the connection at this point if it is dissatisfied with the response. To continue after <literal>G</literal>, using the GSSAPI C bindings as discussed in RFC2744 - or equivilant, perform a <acronym>GSSAPI</acronym> initialization by + or equivalent, perform a <acronym>GSSAPI</acronym> initialization by calling <function>gss_init_sec_context()</function> in a loop and sending the result to the server, starting with an empty input and then with each result from the server, until it returns no output. When sending the diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index e7842685120..e053e2ee34b 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -2649,7 +2649,7 @@ openssl x509 -req -in server.csr -text -days 365 \ default, this decision is up to the client (which means it can be downgraded by an attacker); see <xref linkend="auth-pg-hba-conf"/> about setting up the server to require the use of <acronym>GSSAPI</acronym> for - some or all conections. + some or all connections. </para> <para> |