configuring pg_hba.conf file

Поиск
Список
Период
Сортировка
От Jagdish rao
Тема configuring pg_hba.conf file
Дата
Msg-id 20041025085956.68888.qmail@web60402.mail.yahoo.com
обсуждение исходный текст
Ответы Re: configuring pg_hba.conf file  (Trevor Dennis <tdennis@trevordennis.com>)
Список pgsql-admin
hi friends

i have postgresql running on a linux box
we are around 25 developers in the local network using
it
for development

i wanted to know whether this is a way by which all
the users in my domain would get access to postgres
instead of entering all the ip addreses in the conf
file

some thing like
192.168.0.* 255.255.255.0

instead of specifying all the IP's like this

# TYPE  DATABASE    USER        IP-ADDRESS
IP-MASK           METHOD

local   all         all
             trust
host    all         all         127.0.0.1
255.255.255.255   trust
host    all         all         192.168.0.9
255.255.255.0   trust
host    all         all         192.168.0.4
255.255.255.0   trust


thanks in advance
Jagdish Rao



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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

Предыдущее
От: "Nikhil Parva"
Дата:
Сообщение: unregister
Следующее
От: "Vishal Kashyap @ [Sai Hertz And Control Systems]"
Дата:
Сообщение: Re: Upgrading to 7.4.5