pg_hba.conf authorization question

Поиск
Список
Период
Сортировка
От Reid Thompson
Тема pg_hba.conf authorization question
Дата
Msg-id 64AE3D5B518E3648ACC823FBCB0B7375B6CB5A@sr002-2kexc.ateb.com
обсуждение исходный текст
Ответы Re: pg_hba.conf authorization question  (Thomas Beutin <tyrone@laokoon.IN-Berlin.DE>)
Список pgsql-general
Could someone give me guidance on the following.
I would like to configure the DB such that connections will only be allowed to users created using createuser verified by the password that was set during the creatuser process.  The user and password do NOT correlate to system users(linux host).  Connections will be both local and TCP based. 
Rather than the open to everyone entries that I have in pg_hba.conf below, what should the entries look like under
 
# TYPE     DATABASE    IP_ADDRESS    MASK               AUTH_TYPE  AUTH_ARGUMENT
local      all                                          trust
host       all         127.0.0.1     255.255.255.255    trust
host       all         192.168.100.0 255.255.255.0      trust
 
Thanks,
reid

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

Предыдущее
От: "Ken Godee"
Дата:
Сообщение: Re: Copy/foreign key contraints
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Copy/foreign key contraints