Added support for LDAP anonymous binding. Fixes #5650 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=645517d22d72d97718a44d59b9f61728b15ece42 Author: Khushboo Vashi <khushboo.va...@enterprisedb.com> Modified Files -------------- docs/en_US/enabling_ldap_authentication.rst | 46 ++++--- docs/en_US/release_notes_4_24.rst | 1 + web/config.py | 41 ++++-- web/pgadmin/authenticate/ldap.py | 150 +++++++++++++-------- web/pgadmin/browser/tests/test_ldap_login.py | 7 + .../browser/tests/test_ldap_with_mocking.py | 5 +- web/regression/test_config.json.in | 8 +- 7 files changed, 169 insertions(+), 89 deletions(-)