patch to add krb_server_hostname to postgresql.conf

From: Todd Kover <kovert(at)omniscient(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: patch to add krb_server_hostname to postgresql.conf
Date: 2005-01-03 23:22:56
Message-ID: 200501032322.j03NMuB6022506@guinness.omniscient.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The attached patch adds a directive to the config file,
krb_server_hostname that allows the hostname that service tickets are
obtained against to be different from the hostname of the db server.

We use this because the db server binds to a specific ip address which
has a name that's different from what hostname() would return.

it's against pogresql-8.0.0rc3 though it's not much different than a
similar patch against 7.4.3.

-Todd

Attachment Content-Type Size
kovert-krb5_server-patch.txt text/plain 4.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message lsunley 2005-01-03 23:43:25 Re: psql session log
Previous Message Bruce Momjian 2005-01-03 23:03:02 Re: [HACKERS] Bgwriter behavior