Re: Proposal: BSD Authentication support

From: Marisa Emerson <mje(at)insec(dot)sh>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: David Steele <david(at)pgmasters(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Proposal: BSD Authentication support
Date: 2016-03-17 23:49:59
Message-ID: 56EB42A7.5010604@insec.sh
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
bsd_auth.patch text/x-patch 10.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-03-17 23:56:58 Re: Choosing parallel_degree
Previous Message Tom Lane 2016-03-17 23:46:22 Re: Make primnodes.h gender neutral