Make krb_realm and krb_server_hostname be pg_hba options only, and remove
Magnus Hagander <magnus@hagander.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +55 −16 |
| doc/src/sgml/config.sgml | modified | +1 −35 |
| src/backend/libpq/auth.c | modified | +15 −38 |
| src/backend/utils/misc/guc.c | modified | +1 −20 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +0 −3 |