Re: Proposal: BSD Authentication support

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Marisa Emerson <mje(at)insec(dot)sh>
Cc: David Steele <david(at)pgmasters(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pea(at)openbsd(dot)org
Subject: Re: Proposal: BSD Authentication support
Date: 2016-03-18 05:30:35
Message-ID: CAEepm=18Hcic2oByLF8iZwgO_1R8M_53DkBt=JNTa4Sew=Ggvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 18, 2016 at 12:49 PM, Marisa Emerson <mje(at)insec(dot)sh> wrote:
> On 18/03/16 03:57, Thomas Munro wrote:
>>
>> You used one name in the docs and another in the code:
>>
>> + BSD Authentication on PostgreSQL uses the
>> <literal>auth-postgres</literal>
>> + login type and authenticates with the <literal>postgres</literal>
>> login
>>
>> + retval = auth_userokay(user, NULL, "auth-postgresql", passwd);
>
>
> Woops, fix attached.

Thanks!

I'm CCng Pierre-Emmanuel André, maintainer of the OpenBSD postgresql
port/package, just in case he has any feedback.

Pierre-Emmanuel, here's the full thread in case you missed it:
http://www.postgresql.org/message-id/1521c2f9465.e357a543197915.6912077634413325318@insec.sh

--
Thomas Munro
http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-03-18 06:08:32 Re: silent data loss with ext4 / all current versions
Previous Message Kevin Grittner 2016-03-18 04:56:20 Re: Make primnodes.h gender neutral