Re: password long

From: Mike Castle <dalgoda(at)ix(dot)netcom(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: password long
Date: 2001-05-30 22:46:48
Message-ID: 20010530154648.J24802@thune.mrc-home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, May 31, 2001 at 12:01:22AM +0200, Tomasz Misterka wrote:
> Hi,
>
> When I gave any user password longer than eight digits, the user can enter
> the base with only first eight digits of the password.
>
> Is there any possibility to have longer password?

It looks like it uses the standard unix crypt() function, which is
traditionally limited to 8 characters.

The file doc/TODO lists a future enhancement to support md5 hashes (and
longer passwords). Perhaps you could contribute some code to that end?

mrc
--
Mike Castle dalgoda(at)ix(dot)netcom(dot)com www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Chris Ruprecht 2001-05-30 23:48:22 Database over multiple drives
Previous Message Sarel J. Botha 2001-05-30 22:43:17 Recovering a table