<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>
<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>
<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>
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>
<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>
},
{
- {"krb_caseins_users", PGC_POSTMASTER, CONN_AUTH_SECURITY,
+ {"krb_caseins_users", PGC_SIGHUP, CONN_AUTH_SECURITY,
gettext_noop("Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive."),
NULL
},
},
{
- {"krb_realm", PGC_POSTMASTER, CONN_AUTH_SECURITY,
+ {"krb_realm", PGC_SIGHUP, CONN_AUTH_SECURITY,
gettext_noop("Sets realm to match Kerberos and GSSAPI users against."),
NULL,
GUC_SUPERUSER_ONLY
},
{
- {"krb_server_keyfile", PGC_POSTMASTER, CONN_AUTH_SECURITY,
+ {"krb_server_keyfile", PGC_SIGHUP, CONN_AUTH_SECURITY,
gettext_noop("Sets the location of the Kerberos server key file."),
NULL,
GUC_SUPERUSER_ONLY
},
{
- {"krb_srvname", PGC_POSTMASTER, CONN_AUTH_SECURITY,
+ {"krb_srvname", PGC_SIGHUP, CONN_AUTH_SECURITY,
gettext_noop("Sets the name of the Kerberos service."),
NULL
},
},
{
- {"krb_server_hostname", PGC_POSTMASTER, CONN_AUTH_SECURITY,
+ {"krb_server_hostname", PGC_SIGHUP, CONN_AUTH_SECURITY,
gettext_noop("Sets the hostname of the Kerberos server."),
NULL
},