pgAdmin 4 commit: Fixed an issue where the user is not able to create a

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the user is not able to create a
Дата
Msg-id E1jT3ia-0006k6-PP@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where the user is not able to create a server if login with an LDAP account. Fixes #5439

Improved LDAP error messages.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_21.rst |  3 ++-
web/pgadmin/authenticate/ldap.py  | 43 +++++++++++++++++++++------------------
web/pgadmin/utils/paths.py        |  4 ++--
3 files changed, 27 insertions(+), 23 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Abhilasha Narendra
Дата:
Сообщение: Re: [pgAdmin][RM5348]LDAP Authentication Support
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - Improve LDAP Error messages