| From: | "Rodolfo Borges" <rodolfo(dot)borges(at)gmail(dot)com> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: installing on user account |
| Date: | 2006-08-04 20:51:07 |
| Message-ID: | 4b315f820608041351v77450631x7e11a17feb023fcd@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
I installed postgresql on my account, and now it works ok.
Thanks again.
On 8/4/06, Rodolfo Borges <rodolfo(dot)borges(at)gmail(dot)com> wrote:
> On 8/4/06, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> > Am Freitag, 4. August 2006 17:57 schrieb Rodolfo Borges:
> > > $psql -U jabberd2 jabberd2
> > > psql: FATAL: IDENT authentication failed for user "jabberd2"
> >
> > You need to read up on configuring the client authentication. If you don't
> > have root access, ident is probably not a good choice. In particular ...
>
> But that's a postgres global setting, not a database-specific setting, right?
> So, I would need root access to change it.
>
> Back from lunch now, I'll proceed with the installation of my own
> postgres on my $HOME.
>
> > > I also tried appending a -W argument to that command.
> > > It asked for the password, I gave the password from the createuser
> > > command, and the same error ocurred.
> >
> > ... if you expect to use password authentication, you need to change the
> > client authentication mechanism away from ident and toward passwords.
>
> Thanks for the tip.
>
> --
> Rodolfo Borges
>
--
Rodolfo Borges
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ivo Rossacher | 2006-08-04 21:20:24 | Re: UTF8 question |
| Previous Message | Joshua D. Drake | 2006-08-04 20:24:45 | Re: Restoring dtabase problem |