On Mon, Oct 17, 2011 at 11:58 AM, kenneth gonsalves
<law...@thenilgiris.com> wrote:
> On Mon, 2011-10-17 at 03:00 -0700, Nico wrote:
>> So I tried the command line:
>>    psql myproject george -W
>> This prompted my for the password of george and then returned an
>> error:
>>    psql: FATAL:  Ident authentication failed for user "george"
>
> find pg_hba.conf and change 'ident' to 'password' on the lines at the
> end of the file

Changing the rules in that way would break all existing connections.

You should always use md5 rather than password, since the latter
doesn't encrypt the password.

-- 
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to