Re: Allow change of kerberos service name without recompilation

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Daniel Ahlin <dah(at)pdc(dot)kth(dot)se>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Allow change of kerberos service name without recompilation
Date: 2004-10-09 03:22:16
Message-ID: 200410090322.i993MGa26336@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Even though I am unsure about the feature addition, I am keeping this
for 8.1 in case someone else finds it useful.

This has been saved for the 8.1 release:

http:/momjian.postgresql.org/cgi-bin/pgpatches2

---------------------------------------------------------------------------

Daniel Ahlin wrote:
> 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.
>

Content-Description: Patch for backend

[ Attachment, skipping... ]

Content-Description: Interface patch

[ Attachment, skipping... ]

>
> 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

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-10-09 03:24:47 Re: patch for temporary view from TODO list
Previous Message Bruce Momjian 2004-10-09 03:20:16 Re: Allow change of kerberos service name without recompilation