Re: Document use of ldapurl with LDAP simple bind
Jacob Champion <jacob.champion@enterprisedb.com>
From: Jacob Champion <jacob.champion@enterprisedb.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-07-08T21:27:12Z
Lists: pgsql-hackers
Attachments
- v2-0001-docs-explain-how-to-use-ldapurl-with-simple-bind.patch (application/octet-stream) patch v2-0001
- v2-0002-ldap-test-ldapurl-with-simple-bind.patch (application/octet-stream) patch v2-0002
- v2-0003-hba-improve-error-when-mixing-LDAP-bind-modes.patch (application/octet-stream) patch v2-0003
On Fri, Jun 28, 2024 at 12:11 AM Peter Eisentraut <peter@eisentraut.org> wrote:
> This appears to imply that specifying ldapurl is only applicable for
> search+bind. Maybe that whole message should be simplified to something
> like
>
> "configuration mixes arguments for simple bind and search+bind"
>
> (The old wording also ignores that the error might arise via "ldapsuffix".)
I kept the imperative "cannot" and tried to match the terminology with
our documentation at [1]:
cannot mix options for simple bind and search+bind modes
WDYT?
--Jacob
[1] https://www.postgresql.org/docs/17/auth-ldap.html
Commits
-
ldapurl is supported with simple bind
- f68d85bf6923 18.0 landed