Re: postgres-user <-> unix user

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: postgres-user <-> unix user
Дата
Msg-id Pine.LNX.4.21.0009192043060.362-100000@peter
обсуждение исходный текст
Ответ на postgres-user <-> unix user  ("Tomas B. Winkler" <tomasw@cs.huji.ac.il>)
Ответы Re: postgres-user <-> unix user  ("Tomas B. Winkler" <tomasw@cs.huji.ac.il>)
Список pgsql-general
Tomas B. Winkler writes:

> I would like to allow any user which has an unix account in our system to
> be able to connect a DB. Can be postgres configured that an unix user
> become automatically also a postgres user ? I can figure out some ways
> to do it yet I'm looking for the most transparent one.
> Thanks a lot.

Use ident authentication with a map name of "sameuser". See the
documentation in the file pg_hba.conf.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: binary operators on integers
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Psql Question