1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Make it possible to change Kerberos/GSSAPI parameters without restarting

the postmaster. They are only used in backend processes, so it's just
a matter of re-labeling the GUCs.
This commit is contained in:
Magnus Hagander
2009-01-02 10:33:20 +00:00
parent bdcc7576f4
commit a27addbc87
2 changed files with 12 additions and 14 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.200 2008/12/13 19:13:43 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.201 2009/01/02 10:33:19 mha Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@ -621,8 +621,7 @@ SET ENABLE_SEQSCAN TO OFF;
<para>
Sets the realm to match Kerberos, GSSAPI and SSPI user names against.
See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or
<xref linkend="sspi-auth"> for details. This parameter can only be
set at server start.
<xref linkend="sspi-auth"> for details.
</para>
</listitem>
</varlistentry>
@ -636,7 +635,7 @@ SET ENABLE_SEQSCAN TO OFF;
<para>
Sets the location of the Kerberos server key file. See
<xref linkend="kerberos-auth"> or <xref linkend="gssapi-auth">
for details. This parameter can only be set at server start.
for details.
</para>
</listitem>
</varlistentry>
@ -649,7 +648,7 @@ SET ENABLE_SEQSCAN TO OFF;
<listitem>
<para>
Sets the Kerberos service name. See <xref linkend="kerberos-auth">
for details. This parameter can only be set at server start.
for details.
</para>
</listitem>
</varlistentry>
@ -666,7 +665,7 @@ SET ENABLE_SEQSCAN TO OFF;
the complete service principal, that is
<varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
If not set, the default is the server host name. See <xref linkend="kerberos-auth">
for details. This parameter can only be set at server start.
for details.
</para>
</listitem>
</varlistentry>
@ -680,8 +679,7 @@ SET ENABLE_SEQSCAN TO OFF;
<para>
Sets whether Kerberos and GSSAPI user names should be treated
case-insensitively.
The default is <literal>off</> (case sensitive). This parameter
can only be set at server start.
The default is <literal>off</> (case sensitive).
</para>
</listitem>
</varlistentry>