Hung-Wei Chiu | 7260e78 | 2021-09-14 18:33:46 +0000 | [diff] [blame] | 1 | {# |
| 2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | SPDX-License-Identifier: Apache-2.0 |
| 4 | #} |
| 5 | { |
| 6 | "action":"testAuthentication", |
| 7 | "connectionUrl":"{{ keycloak_ldap_server }}", |
| 8 | "authType":"simple", |
| 9 | "bindDn":"{{ keycloak_ldap_admin_dn }}", |
| 10 | "bindCredential":"{{ keycloak_ldap_admin_password }}", |
| 11 | "useTruststoreSpi":"ldapsOnly", |
| 12 | "connectionTimeout":"", |
| 13 | "startTls":"", |
| 14 | "componentId":"{{ ldap_id }}" |
| 15 | } |