summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/hostshow.json
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-08-06 10:01:44 -0400
committerAdam Young <ayoung@redhat.com>2010-08-06 11:55:38 -0400
commit125bd09faf21411fafda01e76989b4856bbd267c (patch)
treeb9e2ad70165154f95463f6a69dc5d62de5821f87 /install/static/sampledata/hostshow.json
parenta63fd83e890ed4f2ec3f0cd0f96f0a329698796a (diff)
downloadfreeipa-125bd09faf21411fafda01e76989b4856bbd267c.tar.gz
freeipa-125bd09faf21411fafda01e76989b4856bbd267c.tar.xz
freeipa-125bd09faf21411fafda01e76989b4856bbd267c.zip
The Javascript code for the new web UI
Now with whitespace cleanup.
Diffstat (limited to 'install/static/sampledata/hostshow.json')
-rw-r--r--install/static/sampledata/hostshow.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/install/static/sampledata/hostshow.json b/install/static/sampledata/hostshow.json
new file mode 100644
index 00000000..f15370b0
--- /dev/null
+++ b/install/static/sampledata/hostshow.json
@@ -0,0 +1,56 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "cn": [
+ "vm-121.idm.lab.bos.redhat.com"
+ ],
+ "dn": "fqdn=vm-121.idm.lab.bos.redhat.com,cn=computers,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
+ "enrolledby": [],
+ "fqdn": [
+ "vm-121.idm.lab.bos.redhat.com"
+ ],
+ "ipauniqueid": [
+ "b54b73a8-8ba8-11df-80bc-00163e26b89e"
+ ],
+ "krbextradata": [
+ {
+ "__base64__": "AAKOoTdMYWRtaW4vYWRtaW5ASURNLkxBQi5CT1MuUkVESEFULkNPTQA="
+ }
+ ],
+ "krblastpwdchange": [
+ "20100709222414Z"
+ ],
+ "krbpasswordexpiration": [
+ "19700101000000Z"
+ ],
+ "krbprincipalname": [
+ "host/vm-121.idm.lab.bos.redhat.com@IDM.LAB.BOS.REDHAT.COM"
+ ],
+ "krbticketflags": [
+ "0"
+ ],
+ "managedby": [
+ "fqdn=vm-121.idm.lab.bos.redhat.com,cn=computers,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
+ ],
+ "memberof": [],
+ "objectclass": [
+ "top",
+ "ipaobject",
+ "nshost",
+ "ipahost",
+ "ipaservice",
+ "pkiuser",
+ "krbprincipalaux",
+ "krbprincipal",
+ "krbticketpolicyaux"
+ ],
+ "serverhostname": [
+ "vm-121"
+ ]
+ },
+ "summary": null,
+ "value": "vm-121.idm.lab.bos.redhat.com"
+ }
+}