mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
rename "gss_accept_deleg" to "gss_accept_delegation".
This is more consistent with existing GUC spelling. Discussion: https://postgr.es/m/ZGdnEsGtNj7+fZoa@momjian.us
This commit is contained in:
@@ -1190,10 +1190,10 @@ include_dir 'conf.d'
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="guc-gss-accept-deleg" xreflabel="gss_accept_deleg">
|
||||
<term><varname>gss_accept_deleg</varname> (<type>boolean</type>)
|
||||
<varlistentry id="guc-gss-accept-deleg" xreflabel="gss_accept_delegation">
|
||||
<term><varname>gss_accept_delegation</varname> (<type>boolean</type>)
|
||||
<indexterm>
|
||||
<primary><varname>gss_accept_deleg</varname> configuration parameter</primary>
|
||||
<primary><varname>gss_accept_delegation</varname> configuration parameter</primary>
|
||||
</indexterm>
|
||||
</term>
|
||||
<listitem>
|
||||
|
@@ -946,7 +946,7 @@ Add support for Kerberos credential delegation (Stephen Frost)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This is enabled with server variable gss_accept_deleg.
|
||||
This is enabled with server variable gss_accept_delegation.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
Reference in New Issue
Block a user