Re: Bug in user pg_ident.conf mapping code?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Shaun Thomas <sthomas(at)optionshouse(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Bug in user pg_ident.conf mapping code?
Date: 2014-04-02 20:42:31
Message-ID: 533C7637.5060102@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/02/2014 01:35 PM, Shaun Thomas wrote:
> On 04/02/2014 03:27 PM, Adrian Klaver wrote:
>
>> Who are you connecting as dude-guy or dudeguy?
>>
>> Looks to me like:
>>
>> psql -d some_db -U dude-guy
>
> You are correct. I was assuming the translation went system ->
> PostgreSQL, not the other way around. Like, by setting -U dude-guy,
> PostgreSQL checked peer auth, then applied the mapping to find and apply
> the database username.
>
> Not sure why I had it backwards, but thanks. :)

FYI this works:

postgres(at)test=# CREATE ROLE dude_guy;
CREATE ROLE

If you want a sort of hyphen.

>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shaun Thomas 2014-04-02 20:46:04 Re: Bug in user pg_ident.conf mapping code?
Previous Message Adrian Klaver 2014-04-02 20:36:27 Re: COPY v. java performance comparison