Allow change of kerberos service name without recompilation

From: Daniel Ahlin <dah(at)pdc(dot)kth(dot)se>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Allow change of kerberos service name without recompilation
Date: 2004-09-25 13:40:12
Message-ID: wt7oejuh3gj.fsf@merganser.pdc.kth.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
postgresql-7.4.5-configurable-krbsrvnam-backend.diff text/x-patch 2.8 KB
postgresql-7.4.5-configurable-krbsrvnam-interface.diff text/x-patch 1.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2004-09-25 15:47:28 Re: How to add locale support for each column?
Previous Message Andrew Dunstan 2004-09-25 13:19:03 anoncvs lock problem