pgsql: Make krb_realm and krb_server_hostname be pg_hba options only,

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make krb_realm and krb_server_hostname be pg_hba options only,
Date: 2009-01-09 10:13:19
Message-ID: 20090109101319.9A370754A1B@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make krb_realm and krb_server_hostname be pg_hba options only, and remove
their GUCs.

In passing, noted that the pg_hba options for krb5 authentication weren't
listed at all - so add this.

Modified Files:
--------------
pgsql/doc/src/sgml:
client-auth.sgml (r1.117 -> r1.118)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml?r1=1.117&r2=1.118)
config.sgml (r1.203 -> r1.204)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.203&r2=1.204)
pgsql/src/backend/libpq:
auth.c (r1.177 -> r1.178)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.177&r2=1.178)
pgsql/src/backend/utils/misc:
guc.c (r1.491 -> r1.492)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.491&r2=1.492)
postgresql.conf.sample (r1.250 -> r1.251)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.250&r2=1.251)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-01-09 10:54:08 pgsql: Rewrite update-po target, so that it works less like a shell
Previous Message Andrew Dunstan 2009-01-09 01:53:10 pgsql: Document values for pg_constraint confupdtype, confdeltype and