Re: question about SSIS - Mailing list pgsql-general

From Magnus Hagander
Subject Re: question about SSIS
Date
Msg-id 4A16FA69.90501@hagander.net
Whole thread Raw
In response to Re: question about SSIS  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: question about SSIS
Re: question about SSIS
List pgsql-general
Tom Lane wrote:
> Konstantin Izmailov <kizmailov@gmail.com> writes:
>> I've asked a few people at pgcon2009 about the issue of connecting users
>> differently: some in SSIS mode, some - with password. This is still an
>> issue: if server is configured for SSIS, there is no way to connect with
>> password.
>
> Huh?  The server decides which auth method to use, not the client.

I think this is exactly what Konstantin is complaining about.

In his scenario, different clients connecting from the same subnet (so
they can't use different pg_hba lines) need to use different
authentication methods. (IIRC, this is an environment coming from
Microsoft SQL Server which does support this)

I think what he's asking for is the ability for a line in the server to
allow multiple authentication methods, and then for the client to be
able to specify which one of these it uses.

Konstantin, can you confirm that this was your scenario? You explained
it to me last night, but that was several beers into the evening...

//Magnus



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: question about SSIS
Next
From: Tom Lane
Date:
Subject: Re: How to update stavaluesN columns in pg_statistics (type anyarry)