pgAdmin 4 commit: Fixed an issue where if LDAP_SEARCH_BASE_DN is not se

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where if LDAP_SEARCH_BASE_DN is not se
Date: 2020-05-18 07:05:46
Message-ID: E1jaZqM-0003Vm-Ml@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-18 07:06:08 Re: [pgAdmin4][Patch] - RM 5487 - LDAP Configuration fix
Previous Message Yogesh Mahajan 2020-05-18 06:36:53 Re: [pgAdmin][RM5333] : [Code Coverage] Improve API test cases for Indexes