Added support for LDAP authentication with different DN by setting the dedicated user for the LDAP connection. Fixes #5484
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=58b4c45d0c08040c49ed24c72e12245b833265e1 Author: Khushboo Vashi <khushboo.va...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_24.rst | 1 + web/config.py | 10 ++++++ web/pgadmin/authenticate/ldap.py | 53 +++++++++++++++++++++------- web/pgadmin/browser/tests/test_ldap_login.py | 7 ++++ web/regression/test_config.json.in | 20 +++++++++++ 5 files changed, 79 insertions(+), 12 deletions(-)