Re: [GENERAL] User authentication blues

1998-07-30 Thread Maarten Boekhold
On Thu, 30 Jul 1998, Maarten Boekhold wrote: > Hi, > > I have a 6.3.2 server, and I want to use password authentication. > So, I gave the user 'postgres' and some other user a password, and I put this > in my pg_hba.conf: > > host all 127.0.0.1 255.255.255.255 password > h

Re: [GENERAL] User authentication blues

1998-07-30 Thread Jeffrey Napolitano
Your pg_hba.conf listing does not include a password FILE - the format is: hostallowedDB's IPaddys maskAUTHTYPEPASSWORDFILE (such as(such as "password", "mypassw

[GENERAL] User authentication blues

1998-07-30 Thread Maarten Boekhold
Hi, I have a 6.3.2 server, and I want to use password authentication. So, I gave the user 'postgres' and some other user a password, and I put this in my pg_hba.conf: host all 127.0.0.1 255.255.255.255 password host all 206.31.72.11 255.255.255.255 passwo