pgAdmin 4 commit: Adds a new LDAP authentication configuration paramete

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Adds a new LDAP authentication configuration paramete
Date: 2022-03-29 09:27:16
Message-ID: E1nZ88C-0006SN-Fr@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Adds a new LDAP authentication configuration parameter that indicates the case sensitivity of the LDAP schema/server. Fixes #5836

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0957670d4ea8627f79f65d88c89b5c24380aca58
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/ldap.rst | 8 +++++---
docs/en_US/release_notes_6_8.rst | 1 +
web/config.py | 4 ++++
web/pgadmin/authenticate/ldap.py | 37 +++++++++++++++++++++++++++++++++----
4 files changed, 43 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-03-29 09:28:36 Re: [Patch] Bug #4256 - ALTER DEFAULT PRIVILEGES FOR ROLE some_role REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC:
Previous Message Yogesh Mahajan 2022-03-29 09:22:03 Re: [Patch] Bug #4256 - ALTER DEFAULT PRIVILEGES FOR ROLE some_role REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC: