Re: Description of Authentication Methods Supported for Map is Misleading

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: kevin(dot)j(dot)hutchison(at)gmail(dot)com, Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: Description of Authentication Methods Supported for Map is Misleading
Date: 2019-12-06 13:16:12
Message-ID: CABUevExW1eW9zqdiXUFLnyT1Jqb92rRbpywbcaxHcugvx15iMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, Dec 6, 2019 at 10:13 AM PG Doc comments form <noreply(at)postgresql(dot)org>
wrote:

> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/auth-pg-hba-conf.html
> Description:
>
> "This option is supported for all authentication methods that receive
> external user names."
>
> More properly, the authentication methods supported are: ident, peer,
> gassapi, sspi, and cert.
>
> LDAP is not supported and attempting to use map with LDAP provides the
> following error:
> 'authentication option ""map"" is only valid for authentication methods
> ident, peer, gssapi, sspi, and cert'
>

This is correct. LDAP authentication does not receive external usernames.
It uses an external service to validate the password, but it gets the
username from the client.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message John Lumby 2019-12-06 18:43:39 Re: description of Aggregate Expressions
Previous Message PG Doc comments form 2019-12-06 09:22:01 It is recommended to add detailed description about initdb ...