summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/user_show.json
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-12-19 18:31:35 -0600
committerPetr Vobornik <pvoborni@redhat.com>2012-01-10 18:42:26 +0100
commit74e31cd9853539f860f68e813191083e46a1192b (patch)
tree0e4914c06c68bd839d4b20897b5273f7c4ded06d /install/ui/test/data/user_show.json
parent0e037f24ce59752713d8291eae30403cb864c758 (diff)
downloadfreeipa-74e31cd9853539f860f68e813191083e46a1192b.tar.gz
freeipa-74e31cd9853539f860f68e813191083e46a1192b.tar.xz
freeipa-74e31cd9853539f860f68e813191083e46a1192b.zip
Added policies into user details page.
The user details page has been modified to show the password policy and Kerberos ticket policy that apply to the user. The policies are currently displayed as read-only. Ticket #703
Diffstat (limited to 'install/ui/test/data/user_show.json')
-rw-r--r--install/ui/test/data/user_show.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/ui/test/data/user_show.json b/install/ui/test/data/user_show.json
index 25a505a7b..703c793bf 100644
--- a/install/ui/test/data/user_show.json
+++ b/install/ui/test/data/user_show.json
@@ -110,6 +110,12 @@
"krblastpwdchange": [
"20101105172205Z"
],
+ "krbmaxrenewableage": [
+ "604800"
+ ],
+ "krbmaxticketlife": [
+ "86400"
+ ],
"krbpasswordexpiration": [
"20101105172205Z"
],