From 74e31cd9853539f860f68e813191083e46a1192b Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Mon, 19 Dec 2011 18:31:35 -0600 Subject: 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 --- install/ui/test/data/user_show.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/ui/test/data/user_show.json') 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" ], -- cgit