ebe1e835cb
* Beautified the response codes (removed trailing commas and added spaces) * Creating a domain configuration was missing from the docs Change-Id: Ifaabc38c27669588b1abcb1d121a9e4410d62ebb Closes-Bug: #1607567
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"config": {
|
|
"identity": {
|
|
"driver": "ldap"
|
|
},
|
|
"ldap": {
|
|
"url": "ldap://myldap.com:389/",
|
|
"user_tree_dn": "ou=Users,dc=my_new_root,dc=org"
|
|
}
|
|
}
|
|
}
|