pg_hba.conf

Поиск
Список
Период
Сортировка
От Angelos Karageorgiou
Тема pg_hba.conf
Дата
Msg-id Pine.BSI.4.05L.9812271241360.18613-100000@awesome.incredible.com
обсуждение исходный текст
Ответы Re: [HACKERS] pg_hba.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

I have been using postgres for about 4 months now, and I have to admit
it is an awesome product , congrats to you all people but I do have a 
lingering question

<pest mode>
in pg_hba.conf when my netmask is 255.255.255.0 like below the authentication
mechanism works fine

host    databank        x.y.z.12   255.255.255.0   ident sameuser 


but if I change my netmask to 255.255.255.255 like below it does not work
any more. Am I doing something wrong or did I not understand thing correctly ?
I think it would be better security-wise to have 255.255.255.255 netmasks for
individual hosts. 
host    databank        x.y.z.12   255.255.255.255   ident sameuser 
</pest mode>

BTW I am working in Greece and postgres with the Greek locale on BSDI3.1 works
fabulously ! Again congrats to the people who plugged in the locale code.


--
Incredible Networks LTD       Angelos Karageorgiou
20 Karea st,                  +30.1.92.12.312 (voice)
116 36 Athens, Greece.        +30.1.92.12.314 (fax)
http://www.incredible.com     angelos@incredible.com (e-mail)



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

Предыдущее
От: Angelos Karageorgiou
Дата:
Сообщение: Re: [HACKERS] psql \d does not work
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] space usage of NULL fields