Thread
-
(no subject)
hook <hook@kcp.com> — 2003-06-12T11:28:43Z
When updating from 7.2.3 to 7.3.3 we have lost the ability to see the passwords in pg_shadow. Is there a way to decrypt the passwords? thanks -- A. R. Van Hook Honeywell Federal Manufacturing & Technologies IT System Engineer City of Lake Lotawana MO Mayor
-
Re: (no subject)
Tom Lane <tgl@sss.pgh.pa.us> — 2003-06-12T13:42:15Z
Achilleus Mantzios <achill@matrix.gatewaynet.com> writes: > On Thu, 12 Jun 2003, A. Van Hook wrote: >> When updating from 7.2.3 to 7.3.3 we have lost the ability to see the >> passwords in pg_shadow. Is there a way to decrypt the passwords? > But you still can do > ALTER USER foo UNENCRYPTED password 'bar'; Also, there is a postgresql.conf setting that will make UNENCRYPTED the default, same as before (although I fail to understand why anyone would think that's a good idea ;-)) regards, tom lane
-
Re: (no subject)
Achilleas Mantzios <achill@matrix.gatewaynet.com> — 2003-06-12T16:55:51Z
On Thu, 12 Jun 2003, A. Van Hook wrote: > When updating from 7.2.3 to 7.3.3 we have lost the ability to see the > passwords in pg_shadow. Is there a way to decrypt the passwords? The default case (with md5 method in pg_hba.conf) is encrypted passwds. But you still can do ALTER USER foo UNENCRYPTED password 'bar'; dynacom=# SELECT * from pg_shadow where usename='foo'; usename | usesysid | usecreatedb | usesuper | usecatupd | passwd | valuntil | useconfig ---------+----------+-------------+----------+-----------+--------+----------+----------- foo | 100 | f | f | f | bar | | (1 row) dynacom=# > > thanks > > -- ================================================================== Achilleus Mantzios S/W Engineer IT dept Dynacom Tankers Mngmt Nikis 4, Glyfada Athens 16610 Greece tel: +30-210-8981112 fax: +30-210-8981877 email: achill at matrix dot gatewaynet dot com mantzios at softlab dot ece dot ntua dot gr