From: | Ralph Smith <smithrn(at)washington(dot)edu> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Fwd: Requiring a password |
Date: | 2008-03-05 18:37:00 |
Message-ID: | 9B628605-4B78-433F-927C-BFCCC5997EE0@washington.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I guess I'm missing something.
Question part A)
I have smithrn in ident.conf, and he can now connect as user airburst
to same-named DB.
I tested and before he couldn't.
But when i:
ALTER ROLE airburst WITH UNENCRYPTED PASSWORD 'maxwellsmart' ;
ALTER ROLE
Even after reloading and restarting the DB, which shouldn't be
necessary, smithrn still gets in w/o any password checks.
How come?
-----
Question part B)
I have SSL on, and all the client boxes also have it.
If I change HBA, how will / would I change my login?
As it is now, a particular user connects to a particular DB w/o any
password prompt.
e.g.: psql -U username dbname
Thank you!
Ralph Smith
=====================
From | Date | Subject | |
---|---|---|---|
Next Message | Lawrence Oluyede | 2008-03-05 18:37:37 | Re: [GENERAL] PostgreSQL 8.3 XML parser seems not to recognize the DOCTYPE element in XML files |
Previous Message | Bruce Momjian | 2008-03-05 18:29:22 | Re: [GENERAL] PostgreSQL 8.3 XML parser seems not to recognize the DOCTYPE element in XML files |