Re: [general] Permissions - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [general] Permissions
Date
Msg-id 200111130108.fAD18sY18831@candle.pha.pa.us
Whole thread Raw
In response to Re: [general] Permissions  (Jeff Davis <list-pgsql-general@dynworks.com>)
List pgsql-general
> On Monday 12 November 2001 03:16 pm, you wrote:
> > Thank you.  This worked.  In testing it out, I noticed that postgres only
> > considers the first eight charaters of the password.  So
> >
> > abcdefghijklm
> > abcdefghmlkji
> >
> > are considered the same by postgres.  Is that correct?
>
> Well... sort of. It isn't so much Postgres as crypt(). crypt() only hashes
> the first 8 characters. I wonder if postgres supports md5 encryption instead?
> md5 is considered more secure and allows for longer passwords.

7.2 will have MD5, and in all interfaces, including jdbc and odbc.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: [general] Permissions
Next
From: Sharon Cowling
Date:
Subject: Outer Joins