I'm currently using postgreSQL 6.4.2 on linux Suse 6.0 kernel 2.0.36 ODBC drivers 6.40.004.
I'm developing a client/server application with VB 6.0 as client using RDO and ADO. Well the problem is
configuring the pg_hba.conf file like this
host mydb 192.168.0.1 255.255.255.0 password passwd
a user can access mydb database only setting his password ... but
if I leave the password blank I can access to database to !
The most significative password characters ar 8 ! (Probably not a bug).