forcing postgresql 7.3 to use crypt passwords

From: Kenny Drobnack <kenny(at)jumpline(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: forcing postgresql 7.3 to use crypt passwords
Date: 2003-12-30 20:44:03
Message-ID: 1072817042.13672.18.camel@kenny.jlhome.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

We currently have multiple databases running different versions of
postgresql ranging from version 7.1 to 7.3. When we create users in 7.3
databases, it encrypts their passwords with md5, which is not supported
in 7.1. Is there some way to force postgresql 7.3 to use the old crypt
encryption for passwords when creating users?

--
Kenny Drobnack

Browse pgsql-admin by date

  From Date Subject
Next Message Phillip Harrington 2003-12-31 00:42:16 service postgresql start Fails, Can't su
Previous Message Charles Haron 2003-12-30 17:28:38 Re: How to use psql -c?