summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/realmdomains_show.json
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-03-07 14:12:49 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-03-18 15:11:26 +0100
commit6c85b88874d099a909c5662a6a32c045439e0b2c (patch)
tree07bae15908c943f9ef4b352b8b29dd14b308f3b9 /install/ui/test/data/realmdomains_show.json
parent8d369519116cb1f257304d79d13e63188fc7d978 (diff)
downloadfreeipa-6c85b88874d099a909c5662a6a32c045439e0b2c.tar.gz
freeipa-6c85b88874d099a909c5662a6a32c045439e0b2c.tar.xz
freeipa-6c85b88874d099a909c5662a6a32c045439e0b2c.zip
Realm Domains page
Add support for Realm Domains to web UI. https://fedorahosted.org/freeipa/ticket/3407
Diffstat (limited to 'install/ui/test/data/realmdomains_show.json')
-rw-r--r--install/ui/test/data/realmdomains_show.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/install/ui/test/data/realmdomains_show.json b/install/ui/test/data/realmdomains_show.json
new file mode 100644
index 000000000..84254ba45
--- /dev/null
+++ b/install/ui/test/data/realmdomains_show.json
@@ -0,0 +1,24 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "attributelevelrights": {
+ "aci": "rscwo",
+ "cn": "rscwo",
+ "associateddomain": "rscwo",
+ "objectclass": "rscwo"
+ },
+ "cn": ["Realm Domains"],
+ "dn": "cn=Realm Domains,cn=ipa,cn=etc,dc=example,dc=com",
+ "associateddomain": ["example.com"],
+ "objectclass": [
+ "nsContainer",
+ "top",
+ "domainRelatedObject"
+ ]
+ },
+ "summary": null,
+ "value": ""
+ }
+}