Re: Default user after upgrade to 7.3?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Steve Wampler <swampler(at)noao(dot)edu>
Cc: Postgres-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Default user after upgrade to 7.3?
Date: 2003-11-06 18:09:20
Message-ID: Pine.LNX.4.44.0311061907270.29650-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Steve Wampler writes:

> FATAL: IDENT authentication failed for user "root"
> FATAL: IDENT authentication failed for user "postgres"
> FATAL: IDENT authentication failed for user "swampler"

Check the file pg_hba.conf (somewhere under /var/lib/pgsql probably) to
see what kind of authentication it requires from you. If you don't know
how to work with the authentication that has been set up by the package,
change everything that reads "ident" to "trust" and restart the database
server. That is not safe, but it will allow you to get in.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2003-11-06 18:10:36 Re: Install files for version 7.4
Previous Message Steve Wampler 2003-11-06 18:08:31 Re: Default user after upgrade to 7.3?