Re: auth problem

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: v(dot)tolstov(at)selfip(dot)ru
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: auth problem
Date: 2009-10-12 12:04:42
Message-ID: 1255349082.30201.2.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2009-10-12 at 15:17 +0400, Vasiliy G Tolstov wrote:
> Hello.
> Today i'm try to install postresql an init database
>
> initdb --pgdata=/media/pgsql --encoding=utf8 --locale=en_US.UTF-8
> --auth=crypt --username=postgres --pwprompt
>
> password is crypted $1$qJzh/8AD$Q0wVsHF9XE9NmA/8uKjy2/
>
> then i start postgresql and try to connect via psql following message
> appears in syslog:
>
> cannot use authentication method "crypt" because password is
> MD5-encrypted
>
> How can i use crypted passwords with pgsql?

Use --auth=md5.

In response to

  • auth problem at 2009-10-12 11:17:42 from Vasiliy G Tolstov

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vasiliy G Tolstov 2009-10-12 12:06:11 Re: auth problem
Previous Message 纪晓曦 2009-10-12 11:53:19 Re: Where can I get the number of plans that considered by Planner?