mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support to connect PostgreSQL servers via Kerberos authentication. Fixes #6158
This commit is contained in:
committed by
Akshay Joshi
parent
aa9a4c30d3
commit
72f3730c34
17
web/pgadmin/browser/templates/browser/js/constants.js
Normal file
17
web/pgadmin/browser/templates/browser/js/constants.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/////////////////////////////////////////////////////////////
|
||||
//
|
||||
// pgAdmin 4 - PostgreSQL Tools
|
||||
//
|
||||
// Copyright (C) 2013 - 2021, The pgAdmin Development Team
|
||||
// This software is released under the PostgreSQL Licence
|
||||
//
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
define('pgadmin.browser.constants', [], function() {
|
||||
return {
|
||||
'INTERNAL': '{{ INTERNAL }}',
|
||||
'LDAP': '{{ LDAP }}',
|
||||
'KERBEROS': '{{ KERBEROS }}'
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user