Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rKAxI-000rja-2b for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 05:35:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rKAxG-00BEWe-Iw for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 05:35:14 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rKAxG-00BEWW-9h for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 05:35:14 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rKAxD-00DAFC-EB for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 05:35:12 +0000 Received: from github.com (hubbernetes-node-cd72301.va3-iad.github.net [10.48.148.31]) by smtp.github.com (Postfix) with ESMTPA id 3E2328C033D for ; Sun, 31 Dec 2023 21:35:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704087310; bh=vYnjTUJxfeTIK+xNzECCyu3DMdVZfi8kL/Kmb1xFZ04=; h=Date:From:To:Subject:From; b=Y6iSdzcUxp3Fw3pwYCD64q3Axg4JFAXAW6QbaWSKjCl5cVnbExUK+wWO3ipJNqMz+ vfW3D1Vzb5McGk/0aeVVP9Y36tzVgk+mHa81FSYqbmry7w1SoN+Hp3BNwG9VKpypeo WV7uYlrgoI9paum40alNVm+PAAxjv1+PwmovRcGA= Date: Sun, 31 Dec 2023 21:35:10 -0800 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 3fa4e8: Introduce LDAP configuration parameter LDAP_IGNORE... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 3fa4e82af9ac92e21268daf137c4eb74d3b20283 https://github.com/pgadmin-org/pgadmin4/commit/3fa4e82af9ac92e21268daf137c4eb74d3b20283 Author: Khushboo Vashi Date: 2024-01-01 (Mon, 01 Jan 2024) Changed paths: M docs/en_US/ldap.rst M web/config.py M web/pgadmin/authenticate/ldap.py Log Message: ----------- Introduce LDAP configuration parameter LDAP_IGNORE_MALFORMED_SCHEMA to ignore fetching schema from the LDAP server. #7062