Algorithm for generating md5 encrypted password not found in documentation

From: Fred Cox <sailorfred(at)yahoo(dot)com>
To: "pgsql-docs(at)postgresql(dot)org" <pgsql-docs(at)postgresql(dot)org>
Subject: Algorithm for generating md5 encrypted password not found in documentation
Date: 2011-10-19 19:04:25
Message-ID: 1319051065.63555.YahooMailNeo@web160714.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On http://www.postgresql.org/docs/9.1/interactive/sql-createrole.html there is mention of a possibility of setting a password for a new role by supplying it in md5 format.  This format doesn't seem to be documented.

"If the presented password string is already in MD5-encrypted format, then it is stored encrypted as-is"

Looking at pg_dumpall let me know that the string needs to start with "md5" but a naive running if my password through the command line md5 utility and prefixing "md5" was not correct.

If the algorithm is documented elsewhere, can it be linked from this page?

Thanks,

Fred

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Thom Brown 2011-10-20 10:57:41 Re: Link to PAM pages broken
Previous Message Tom Lane 2011-10-19 00:27:47 Re: PQconninfoParse()