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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where if LDAP_SEARCH_BASE_DN is not se
Дата
Msg-id E1jaZqM-0003Vm-Ml@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Yogesh Mahajan
Дата:
Сообщение: Re: [pgAdmin][RM5333] : [Code Coverage] Improve API test cases for Indexes
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 5487 - LDAP Configuration fix