problems with non-trust authentication methods in 7.3devel?

From: Hubert depesz Lubaczewski <depesz(at)depesz(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: problems with non-trust authentication methods in 7.3devel?
Date: 2002-04-24 07:07:56
Message-ID: 20020424090756.A25896@depesz.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

hi
i have strange error.
none (except trust) auythorization methods do work under 7.3devel.
i tried: password, crypt and md5. i set passwords using:
alter user pgdba with password 'aaa';
and
alter user pgdba with encrypted password 'aaa';

none combination works.
in fact (since password is required when starting postmaster) i can not
even start postmaster. what could be the reason?
my machine is intel celeron with linux:

$ rpm -q glibc gcc
glibc-2.2.5-7
gcc-2.95.4-0.20010823.3

what else should i tell for you to be able to help me?

depesz

--
hubert depesz lubaczewski http://www.depesz.pl/
------------------------------------------------------------------------
... vows are spoken to be broken ... [enjoy the silence]
... words are meaningless and forgettable ... [depeche mode]

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2002-04-24 08:32:19 Re: delphi
Previous Message Jakub Ouhrabka 2002-04-24 06:47:06 calling functions in select

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-24 14:07:00 Re: problems with non-trust authentication methods in 7.3devel?
Previous Message Bruce Momjian 2002-04-24 05:12:36 Re: unknownin/out patch (was [HACKERS] PQescapeBytea is not