From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Jeff Davis <list-pgsql-general(at)dynworks(dot)com> |
Cc: | Travis Bauer <trbauer(at)indiana(dot)edu>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: [general] Permissions |
Date: | 2001-11-13 01:08:54 |
Message-ID: | 200111130108.fAD18sY18831@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Manuel Duran Aguete | 2001-11-13 03:01:49 | Strange Performance Problem. |
Previous Message | Jason Earl | 2001-11-13 00:13:26 | Re: 7.0.2 -> 7.1 performance drop |