Re: patch to add krb_server_hostname to postgresql.conf

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Todd Kover <kovert(at)omniscient(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: patch to add krb_server_hostname to postgresql.conf
Date: 2005-01-04 01:03:29
Message-ID: 11920.1104800609@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Todd Kover <kovert(at)omniscient(dot)com> writes:
> 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.

Why is this necessary? If it is necessary, wouldn't something similar
be needed at the client end as well? I'd have thought that host
information would be established by some sort of system-wide
configuration file, not by per-program options.

Also, the available documentation says that PG_KRB_SRVNAM is a service
name, not a host name, so I feel like there's something wrong with your
description of what you're doing.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Oliver Jowett 2005-01-04 01:20:44 Re: Implementing RESET CONNECTION ...
Previous Message Tom Lane 2005-01-04 00:56:53 Re: Implementing RESET CONNECTION ...