ldapurl is supported with simple bind
authorPeter Eisentraut
Tue, 23 Jul 2024 08:14:38 +0000 (10:14 +0200)
committerPeter Eisentraut
Tue, 23 Jul 2024 08:17:55 +0000 (10:17 +0200)
commitf68d85bf69233ef842a08707bbd1204ef8216549
treefdc7205dff0d4044b8ecf7026fcf6a7dfe210116
parent935e675f3c9efd0e39bf33db15ab85049cc4ee7c
ldapurl is supported with simple bind

The docs currently imply that ldapurl is for search+bind only, but
that's not true.  Rearrange the docs to cover this better.

Add a test ldapurl with simple bind.  This was previously allowed but
unexercised, and now that it's documented it'd be good to pin the
behavior.

Improve error when mixing LDAP bind modes.  The option names had gone
stale; replace them with a more general statement.

Author: Jacob Champion 
Discussion: https://www.postgresql.org/message-id/flat/CAOYmi+nyg9gE0LeP=xQ3AgyQGR=5ZZMkVVbWd0uR8XQmg_dd5Q@mail.gmail.com
doc/src/sgml/client-auth.sgml
src/backend/libpq/hba.c
src/test/ldap/t/001_auth.pl