Re: Kerberos support interfering with normal access?

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Kerberos support interfering with normal access?
Date: 2002-12-16 10:38:15
Message-ID: 1040035094.3120.34.camel@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2002-12-16 at 09:57, Greg Stark wrote:
> The Debian postgres package is compiled with Kerberos support enabled. This
> seems to be causing problems even though I don't have postgres configured to
> make use of this support. In fact even with postgres configured to
> automatically trust any connection without any authentication it's still
> causing a problem.
>
> The source of the confusion seems to be that my kerberos principle doesn't
> actually match my unix username. I'm not sure why this should cause confusion
> since even if it wanted to authenticate me as "gsstark" it should still let me
> log in.
>
> Or have I not diagnosed the problem right? I don't understand why it's still
> calling it "IDENT authentication" when it has to either be "trust"
> authentication or "kerberos" authentication.

The pg_hba.conf you list doesn't have any authentication method but
"trust".

Have you let the postmaster reread the configuration since you changed
it? ("pg_ctl reload" or "/etc/init.d/postgresql reload")

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Let another man praise thee, and not thine own mouth;
a stranger, and not thine own lips."
Proverbs 27:2

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Henrik Steffen 2002-12-16 12:40:16 Re: Total crash of my db-server
Previous Message Greg Stark 2002-12-16 09:57:22 Kerberos support interfering with normal access?