Fix the typo in the test configuration json file.

This commit is contained in:
Neel Patel 2020-04-14 13:07:27 +05:30 committed by Akshay Joshi
parent 41521a9b98
commit 21cb1a0166

View File

@ -18,7 +18,7 @@
"ldap_config": [ "ldap_config": [
{ {
"ldap": { "ldap": {
"name": "Ldap scenario name" "name": "Ldap scenario name",
"uri": "ldap://IP-ADDRESS/HOSTNAME:389", "uri": "ldap://IP-ADDRESS/HOSTNAME:389",
"base_dn": "BASE-DN", "base_dn": "BASE-DN",
"search_base_dn": "SEARCH-BASE-DN", "search_base_dn": "SEARCH-BASE-DN",
@ -30,7 +30,7 @@
"key_file": "" "key_file": ""
}, },
"ldap_with_ssl": { "ldap_with_ssl": {
"name": "Ldap scenario name" "name": "Ldap scenario name",
"uri": "ldaps://IP-ADDRESS/HOSTNAME:636", "uri": "ldaps://IP-ADDRESS/HOSTNAME:636",
"base_dn": "BASE-DN", "base_dn": "BASE-DN",
"search_base_dn": "SEARCH-BASE-DN", "search_base_dn": "SEARCH-BASE-DN",
@ -42,7 +42,7 @@
"key_file": "" "key_file": ""
}, },
"ldap_with_tls": { "ldap_with_tls": {
"name": "Ldap scenario name" "name": "Ldap scenario name",
"uri": "ldap://IP-ADDRESS/HOSTNAME:389", "uri": "ldap://IP-ADDRESS/HOSTNAME:389",
"base_dn": "BASE-DN", "base_dn": "BASE-DN",
"search_base_dn": "SEARCH-BASE-DN", "search_base_dn": "SEARCH-BASE-DN",