Re: [HACKERS] a problem in authority

2002-12-18 Thread Oliver Elphick
On Wed, 2002-12-18 at 09:20, postgresql wrote: > 2. I change the pg_hba.conf and set the auth_type from 'trust' to > 'password' > > 3. Then I can not connect to server. Try using 'md5' instead of 'password' in pg_hba.conf. -- Oliver Elphick <[EMAIL PROTECTED]> LFIX Limited ---

[HACKERS] a problem in authority

2002-12-18 Thread postgresql
Hi, all I have installed the Postgresql 7.3 . But I think something is wrong with authority. I have made the following operations: 1. I enter the psql and run 'alter user postgres with password 'postgres'' 2. I change the pg_hba.conf and set the auth_type from 'trust' to 'password'