Re: Request for help

Поиск
Список
Период
Сортировка
От Christian Ullrich
Тема Re: Request for help
Дата
Msg-id ku9vrp$2jp$1@ger.gmane.org
обсуждение исходный текст
Ответ на Request for help  (ramanajvv@gmail.com)
Список pgsql-admin
* ramanajvv@gmail.com wrote:

> We have a unix group "mhubrpt" on DB2 unix server and have connect permissions to DB2 database for that group.
> Whenever user needs access to DB2 database we will add that user to DB2 unix server and assign to group mhubrpt, then
userwas getting access to DB2 database. 
> If user wants to connect DB2 database through graphical tool like Toad from any other windows operated machine he
usedto give unix server login credential (userid and password) at Tool. 
>
> We are planning to maintain same type of authentication in PostgreSQL, can you please help us.

You should be able to use PAM authentication, but you will have to
duplicate the users/groups in the database as well because PostgreSQL
does not refer to the system's user accounts.

If you want to create users in only one place, that must be the database.

--
Christian


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Clarification when using Continous Archiving in 8.4
Следующее
От: Lukasz Brodziak
Дата:
Сообщение: Retrieve rows that have specific value in any of columns.