| From: | Curt Sampson <cjs(at)cynic(dot)net> |
|---|---|
| To: | Nicolas Kowalski <Nicolas(dot)Kowalski(at)imag(dot)fr> |
| Cc: | pgsql-general(at)PostgreSQL(dot)org |
| Subject: | Re: passwords and 7.3 |
| Date: | 2003-01-27 12:43:42 |
| Message-ID: | Pine.NEB.4.51.0301272142260.493@angelic.cynic.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Mon, 27 Jan 2003, Nicolas Kowalski wrote:
> Our PostgreSQL installation heavily depends on this external passwords
> file. This one is generated from a global NIS (standard crypt method)
> database, and thus allows users to connect to the databases without
> the need to change yet another password.
I know it's a bunch of programming work, but if you use "unencrypted"
passwords (i.e., crypt-style rather than MD5) for the users in the db,
could you not write a program that reads the pg_user table directly, and
then updates those passwords that need updating?
cjs
--
Curt Sampson <cjs(at)cynic(dot)net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruno Wolff III | 2003-01-27 13:06:21 | Re: passwords and 7.3 |
| Previous Message | Nigel J. Andrews | 2003-01-27 12:26:47 | Re: required rights for PGDATA |