Re: LDAP(s) doc misleading

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: LDAP(s) doc misleading
Date: 2021-01-07 10:04:17
Message-ID: CABUevEycGRdLcVmawrbYbc2iJ9HefMXa4VCE3mXPrEdK13Z-gg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jan 6, 2021 at 8:36 AM Paul Förster <paul(dot)foerster(at)gmail(dot)com> wrote:
>
> Hi,
>
> I found what I believe to be misleading in the LDAP documentation:
>
> https://www.postgresql.org/docs/current/auth-ldap.html
>
> It says:
> "ldapscheme
> Set to ldaps to use LDAPS."...
>
> IMHO, it should say:
> "ldapscheme
> Set to ldapscheme to use LDAPS (ldapscheme=ldaps)."...

No, I think this is correct.

"Set to ldaps to use ldaps" means you set it to the value "ldaps" in
order to use ldaps.

I think you missed the "to" in the sentence -- without that one, your
reading of it would make more sense. See also the following parameter,
ldaptls, which uses similar language.

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Förster 2021-01-07 10:29:49 Re: LDAP(s) doc misleading
Previous Message Paul Förster 2021-01-07 09:45:31 Re: LDAP(s) doc misleading