mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Update GUC description for kerberos usernames.
This commit is contained in:
parent
26cbccd52c
commit
a6c7e843da
@ -10,7 +10,7 @@
|
|||||||
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.266 2005/06/14 20:42:53 momjian Exp $
|
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.267 2005/06/16 20:47:20 momjian Exp $
|
||||||
*
|
*
|
||||||
*--------------------------------------------------------------------
|
*--------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -865,7 +865,7 @@ static struct config_bool ConfigureNamesBool[] =
|
|||||||
|
|
||||||
{
|
{
|
||||||
{"krb_caseins_users", PGC_POSTMASTER, CONN_AUTH_SECURITY,
|
{"krb_caseins_users", PGC_POSTMASTER, CONN_AUTH_SECURITY,
|
||||||
gettext_noop("Sets if Kerberos user names should be treated case insensitive."),
|
gettext_noop("Sets whether Kerberos user names should be treated case insensitive."),
|
||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
&pg_krb_caseins_users,
|
&pg_krb_caseins_users,
|
||||||
|
Loading…
Reference in New Issue
Block a user