diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 4703309254a..4e4645136c6 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1222,6 +1222,30 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname </listitem> </varlistentry> + <varlistentry id="libpq-scram-channel-binding" xreflabel="scram_channel_binding"> + <term><literal>scram_channel_binding</literal></term> + <listitem> + <para> + Specifies the channel binding type to use with SCRAM authentication. + The list of channel binding types supported by server are listed in + <xref linkend="sasl-authentication"/>. An empty value specifies that + the client will not use channel binding. The default value is + <literal>tls-unique</literal>. + </para> + + <para> + Channel binding is only supported on SSL connections. If the + connection is not using SSL, then this setting is ignored. + </para> + + <para> + This parameter is mainly intended for protocol testing. In normal + use, there should not be a need to choose a channel binding type other + than the default one. + </para> + </listitem> + </varlistentry> + <varlistentry id="libpq-connect-sslmode" xreflabel="sslmode"> <term><literal>sslmode</literal></term> <listitem> |