From 9cb3a07acad861712f64ce3fc0d1157a32a72381 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 6 Oct 2010 17:24:58 -0400 Subject: policy and config Population of the policy and entites tabs. DNS and ACI are broken due to PLugin issues Fix for entities without search Added new files to Makefile.am used rolegroup.js file as the start point, renamed to serverconfig.js --- ipalib/plugins/krbtpolicy.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/plugins/krbtpolicy.py') diff --git a/ipalib/plugins/krbtpolicy.py b/ipalib/plugins/krbtpolicy.py index 5d773d205..7b1d14c2b 100644 --- a/ipalib/plugins/krbtpolicy.py +++ b/ipalib/plugins/krbtpolicy.py @@ -56,6 +56,8 @@ class krbtpolicy(LDAPObject): object_name = 'kerberos ticket policy settings' default_attributes = ['krbmaxticketlife', 'krbmaxrenewableage'] + label=_('Kerberos Ticket Policy') + takes_params = ( Str('uid?', cli_name='user', -- cgit