Re: GSSAPI Authentication Problem

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: John Slattery <johntslattery(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: GSSAPI Authentication Problem
Date: 2012-08-04 08:50:23
Message-ID: 501CE24F.5070203@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi John,

(2012/08/03 21:31), John Slattery wrote:
> Hi,
>
> I would like to report what seems like a problem with the driver. It
> doesn't seem possible to override the default user name for
> authentication by GSSAPI. I'm using a map in pg_ident.conf since my
> Active Directory user name isn't the same as my Postgresql user name.
> pgAdmin III and psql allow for this, the former by setting Username in
> the GUI to my Postgresql user name and the latter by specifying the -U
> option. I tried setting UID in the connection string I am using to my
> Postgresql user name but that caused the driver to return the
> following exception:
>
> Run-time error '-2147217843 <tel:2147217843> (800040e4d)':
> Service negotiation failed;
> The specified target is unknown or unreachable in
> DoKerberosEtcProcessAuthentication:PerformKerberosEtcClientHandSh

How do you login to your Kerberos system?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Saito 2012-08-04 12:29:39 Re: Problem with ODBC-Driver on a Windows 7/x 64
Previous Message Stephen Frost 2012-08-03 21:45:10 Re: GSSAPI Authentication Problem