pgAdmin 4 commit: Revert "1) Added support for Kerberos authentication,

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Revert "1) Added support for Kerberos authentication,
Date: 2021-01-14 09:18:32
Message-ID: E1kzym0-0006qN-F5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Revert "1) Added support for Kerberos authentication, using SPNEGO to forward the Kerberos tickets through a browser. Fixes #5457"

This reverts commit 6ead597b434cb9ff9f8500c49a5c68bf9e52ab2a.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f0debdd513782a3cd5900e519052130110e59f59

Modified Files
--------------
docs/en_US/release_notes_4_30.rst | 2 -
requirements.txt | 1 -
web/config.py | 22 +---
web/pgAdmin4.py | 11 +-
web/pgadmin/__init__.py | 9 --
web/pgadmin/authenticate/__init__.py | 82 +-----------
web/pgadmin/authenticate/internal.py | 10 +-
web/pgadmin/authenticate/kerberos.py | 138 ---------------------
web/pgadmin/authenticate/ldap.py | 6 +-
web/pgadmin/browser/__init__.py | 23 +---
.../browser/server_groups/servers/__init__.py | 13 +-
.../servers/templates/servers/password.html | 2 +-
.../servers/templates/servers/tunnel_password.html | 4 +-
.../browser/templates/browser/kerberos_login.html | 16 ---
.../browser/templates/browser/kerberos_logout.html | 16 ---
.../browser/tests/test_kerberos_with_mocking.py | 104 ----------------
web/pgadmin/tools/datagrid/__init__.py | 5 +-
web/pgadmin/tools/user_management/__init__.py | 25 ++--
web/pgadmin/utils/constants.py | 9 --
web/pgadmin/utils/master_password.py | 8 +-
.../python_test_utils/csrf_test_client.py | 6 +-
web/regression/runtests.py | 2 +-
22 files changed, 40 insertions(+), 474 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-14 09:22:08 Re: [pgAdmin][RM-6120]: Adding/updating user should not allow to add an older date in account expires.
Previous Message Dave Page 2021-01-14 09:14:43 Re: Is there a mistake in line 22 of Make.bat?