diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-08-25 14:03:48 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-08-26 15:19:22 +0000 |
commit | 9dd689ff9d4e167f00802b39bea390b763a5a7e9 (patch) | |
tree | f6e8b1ad51273a94db2ce744b280e89c30ac58c3 /install/ui/test | |
parent | 79f5c5b2aefeb7f886a6e0f8a88d8fa8661188f7 (diff) | |
download | freeipa-9dd689ff9d4e167f00802b39bea390b763a5a7e9.tar.gz freeipa-9dd689ff9d4e167f00802b39bea390b763a5a7e9.tar.xz freeipa-9dd689ff9d4e167f00802b39bea390b763a5a7e9.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')
-rw-r--r-- | install/ui/test/data/host_mod.json | 2 |
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" ], |