Re: [GENERAL] pg_hba.conf and crypt/password

2001-03-31 Thread Jim Mercer
On Sat, Mar 31, 2001 at 10:31:36AM +0200, Peter Eisentraut wrote: > > what i want is for the pg_shadow file to contain encrypted passwords like > > /etc/passwd, and for the server to encrypt the plain text password handed > > to it and compare with the crypto-gunge in pg_shadow. > > This is not p

Re: [GENERAL] pg_hba.conf and crypt/password

2001-03-31 Thread Peter Eisentraut
Jim Mercer writes: > i seem to recall setting this up before, but now i can't seem to > get passwords working the way i want. > > i'm running 7.0.3 on FreeBSD 4.3-RC. > > i've set the entry in pg_hba.conf to both "crypt" and "password". > > i've used "ALTER USER pgsql WITH PASSWORD 'test'; > > re

Re: [GENERAL] pg_hba.conf and crypt/password

2001-03-30 Thread Oliver Elphick
Jim Mercer wrote: > >i seem to recall setting this up before, but now i can't seem to >get passwords working the way i want. > >i'm running 7.0.3 on FreeBSD 4.3-RC. > >i've set the entry in pg_hba.conf to both "crypt" and "password". > >i've used "ALTER USER pgsql WITH PASSWORD '

Re: [GENERAL] pg_hba.conf and crypt

1999-05-06 Thread Oliver Elphick
Louis Zirkel III wrote: >I'm having trouble understanding how to get the crypt option working in >the pg_hba.conf file. I can get cleartext passwords to be passed and they >work just fine, but I cannot figure out how in the heck to get the crypt >option working. I've looked through the F