mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix the typo in the test configuration json file.
This commit is contained in:
parent
41521a9b98
commit
21cb1a0166
@ -18,7 +18,7 @@
|
||||
"ldap_config": [
|
||||
{
|
||||
"ldap": {
|
||||
"name": "Ldap scenario name"
|
||||
"name": "Ldap scenario name",
|
||||
"uri": "ldap://IP-ADDRESS/HOSTNAME:389",
|
||||
"base_dn": "BASE-DN",
|
||||
"search_base_dn": "SEARCH-BASE-DN",
|
||||
@ -30,7 +30,7 @@
|
||||
"key_file": ""
|
||||
},
|
||||
"ldap_with_ssl": {
|
||||
"name": "Ldap scenario name"
|
||||
"name": "Ldap scenario name",
|
||||
"uri": "ldaps://IP-ADDRESS/HOSTNAME:636",
|
||||
"base_dn": "BASE-DN",
|
||||
"search_base_dn": "SEARCH-BASE-DN",
|
||||
@ -42,7 +42,7 @@
|
||||
"key_file": ""
|
||||
},
|
||||
"ldap_with_tls": {
|
||||
"name": "Ldap scenario name"
|
||||
"name": "Ldap scenario name",
|
||||
"uri": "ldap://IP-ADDRESS/HOSTNAME:389",
|
||||
"base_dn": "BASE-DN",
|
||||
"search_base_dn": "SEARCH-BASE-DN",
|
||||
|
Loading…
Reference in New Issue
Block a user