Allow change of kerberos service name without recompilation - Mailing list pgsql-hackers

From Daniel Ahlin
Subject Allow change of kerberos service name without recompilation
Date
Msg-id wt7oejuh3gj.fsf@merganser.pdc.kth.se
Whole thread Raw
Responses Re: Allow change of kerberos service name without recompilation  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Allow change of kerberos service name without recompilation  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Allow change of kerberos service name without recompilation  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Hi

This is a two part patch against 7.4.5 implementing the option of
configuring what is now set using the #defined constant PG_KRB_SRVNAM
(the name of the service part of the kerberos principal the server
uses).

On the backend it can be configured by the (new) string option
krb_srvnam in postgresql.conf.

On the client it can be configured by setting the environment variable
PGKRBSRVNAM.

The default setting (for both) is the value given by PG_KRB_SRVNAM
mentioned above.


The use of this is mainly if several different users want to run their
own instance of postgresql on the same machine.

Regards
Daniel Ahlin

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: anoncvs lock problem
Next
From: Stephan Szabo
Date:
Subject: Re: How to add locale support for each column?