summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-25 14:03:48 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-26 15:19:47 +0000
commitfc898bc607b065c38d177cfb5db771b7549a7f3f (patch)
tree1c26c1e189df16c2b2af2a16681feef29cfd9072 /install/ui/test/data
parent5c84e8f5facc7cc2126fa56cdc5a6be5c2a77c2c (diff)
downloadfreeipa-fc898bc607b065c38d177cfb5db771b7549a7f3f.tar.gz
freeipa-fc898bc607b065c38d177cfb5db771b7549a7f3f.tar.xz
freeipa-fc898bc607b065c38d177cfb5db771b7549a7f3f.zip
Fixed host keytab status after setting OTP.
The host details page has been modified to update the keytab status based on the data returned by the host-mod command for setting OTP. Ticket #1710
Diffstat (limited to 'install/ui/test/data')
-rw-r--r--install/ui/test/data/host_mod.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/test/data/host_mod.json b/install/ui/test/data/host_mod.json
index 3cb7d9ec5..2e34257e8 100644
--- a/install/ui/test/data/host_mod.json
+++ b/install/ui/test/data/host_mod.json
@@ -46,6 +46,8 @@
"fqdn": [
"test.example.com"
],
+ "has_keytab": false,
+ "has_password": true,
"ipauniqueid": [
"ac28dca0-f3b5-11df-879f-00163e72f2d9"
],