Re: postgres wish list

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: postgres wish list
Дата
Msg-id 20090221130412.GB1732@svana.org
обсуждение исходный текст
Ответ на Re: postgres wish list  (Jasen Betts <jasen@xnet.co.nz>)
Список pgsql-general
On Fri, Feb 20, 2009 at 09:50:25AM +0000, Jasen Betts wrote:
> by the default authentication for unix domain sockets is "ident" which
> (AIUI) requires the caller have the a unix username that matches their
> postgres username, but you can change that to "md5" (password based)
> or "trust" (no authentication) in pg_hba.conf

With ident auth you can also specify a mapping file, which lists which
UNIX users can connect as which postgresql users without password. An
extremely useful feature.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

Вложения

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: How to import/setup library functins
Следующее
От: decibel
Дата:
Сообщение: Re: NOVALIDATE in postgresql?