pgAdmin 4 commit: Added support for LDAP anonymous binding. Fixes #5650 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support for LDAP anonymous binding. Fixes #5650
Date
Msg-id E1jxTLj-0001RH-NH@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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.vashi@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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][Patch] RM5571 - Expression in exclusion constraint is misinterpreted and quoted as column name by mistake
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 5650 - [LDAP] Support Anonymous Binding