I have a postgresql 8.3 db set up on linux box, together with a user postgres The pg_hba.conf reads
local all postgres ident sameuser
local all all md5
so no trusted connections from local machine.
Yet when connecting via commandline with psql, no password is asked and all users get all access to all databases.
I'm completely lost here..