pgAdmin 4 commit: Fixed an issue where if LDAP_SEARCH_BASE_DN is not se - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where if LDAP_SEARCH_BASE_DN is not se
Date
Msg-id E1jaZqM-0003Vm-Ml@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where if LDAP_SEARCH_BASE_DN is not set then, the value for LDAP_BASE_DN will be considered. Fixes #5487

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d1bdb178e273d1b08c3853bd142941eec2dbec6c
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/enabling_ldap_authentication.rst | 13 +++++++++----
docs/en_US/release_notes_4_22.rst           |  1 +
web/pgadmin/authenticate/ldap.py            |  3 ++-
3 files changed, 12 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: Re: [pgAdmin][RM5333] : [Code Coverage] Improve API test cases for Indexes
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 5487 - LDAP Configuration fix