pg_hba.conf

From: Angelos Karageorgiou <angelos(at)incredible(dot)com>
To: hackers(at)postgresql(dot)org
Subject: pg_hba.conf
Date: 1998-12-27 10:49:02
Message-ID: Pine.BSI.4.05L.9812271241360.18613-100000@awesome.incredible.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)incredible(dot)com (e-mail)

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-12-27 16:00:54 Re: [HACKERS] space usage of NULL fields
Previous Message Angelos Karageorgiou 1998-12-27 10:38:24 Re: [HACKERS] psql \d does not work