pgAdmin 4 commit: Ensure that while connecting to the server using SSPI

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that while connecting to the server using SSPI
Date: 2021-05-05 06:10:54
Message-ID: E1leAkI-000629-Fm@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that while connecting to the server using SSPI login, it should not prompt for the password. Fixes #5776

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b30ec71098b51abd80bf15d49477c2e6f0c9d6f0
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 1 +
.../browser/server_groups/servers/static/js/server.js | 9 ++-------
.../tools/backup/static/js/backup_dialog_wrapper.js | 2 +-
.../javascript/backup/backup_dialog_wrapper_spec.js | 1 +
.../backup/global_server_backup_dialog_spec.js | 2 --
web/regression/javascript/fake_constants.js | 17 +++++++++++++++++
web/regression/javascript/fake_current_user.js | 15 +++++++++++++++
web/webpack.test.config.js | 2 ++
8 files changed, 39 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-05-05 06:11:13 Re: [pgAdmin4][Patch] - RM #5776 - Needlessly prompted for a password with SSPI logins
Previous Message Khushboo Vashi 2021-05-05 05:58:48 [pgAdmin4][Patch] - RM #5776 - Needlessly prompted for a password with SSPI logins