Allow change of kerberos service name without recompilation

Поиск
Список
Период
Сортировка
От Daniel Ahlin
Тема Allow change of kerberos service name without recompilation
Дата
Msg-id wt7oejuh3gj.fsf@merganser.pdc.kth.se
обсуждение исходный текст
Ответы 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>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: anoncvs lock problem
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: How to add locale support for each column?