keystone/api-ref/source/v3/samples/admin/domain-config-create-response.json
Eric Brown ebe1e835cb Improve domain configuration API docs
* 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
2016-08-03 04:29:23 +00:00

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"
}
}
}