mirror of
https://github.com/postgres/postgres.git
synced 2026-07-04 07:15:50 -04:00
Update GUC description for kerberos usernames.
This commit is contained in:
parent
26cbccd52c
commit
a6c7e843da
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
||||
*
|
||||
* 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,
|
||||
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
|
||||
},
|
||||
&pg_krb_caseins_users,
|
||||
|
|
|
|||
Loading…
Reference in a new issue