pgAdmin 4 commit: Fixed an issue where the user is not able to create a - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the user is not able to create a
Date
Msg-id E1jT3ia-0006k6-PP@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Abhilasha Narendra
Date:
Subject: Re: [pgAdmin][RM5348]LDAP Authentication Support
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - Improve LDAP Error messages