Here is the JSON file, I replaced some information with "xxx":
```
{
"ldap_configuration":
[
{
"configId":"eantc_ad",
"servers":["xxx.xxx.xxx:389"],
"bindDN":"cn=gluu,ou=Services,ou=Accounts,dc=xxx,dc=xxx,dc=xxx",
"bindPassword":"<encoded password>",
"useSSL":false,
"maxConnections":3,
"baseDNs":["ou=Users,ou=Accounts,dc=xxx,dc=xxx,dc=xxx"],
"loginAttributes":["sAMAccountName"],
"localLoginAttributes":["uid"]
}
]
}
```