I have Postgres v. 6.3.2 installed and I need to set it for user-password authentication. I tried to change the file pg_hba.conf in the DATA directory with both "password" and "crypt" options, but when I try to access the DB with the "-u" option I get a "user authentication failed" error. Can someone help me?
