On 10 October 2011 19:15, Thom Brown wrote:
> On 10 October 2011 17:52, Thom Brown wrote:
>> Hi all,
>>
>> I notice that the links to both the Linux PAM page and Solaris PAM
>> page are broken in our documentation. The bottom of the
>> http://www.postgresql.org/docs/current/static/auth-methods.h
On Wed, Oct 19, 2011 at 3:04 PM, Fred Cox wrote:
>
> 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 pas
On Thu, Oct 20, 2011 at 9:56 AM, Derrick Rice wrote:
> If I recall correctly, it's the username and the password concatenated
> and md5'd, then "md5" prepended.
>
> USER=...
> PASS=...
> MD5=`echo $USER$PASS | md5sum | cut -d' ' -f1`
> echo "md5$MD5"
Figures I send the email then discover a small