From 69de8b317adbf9836819e4a5f6e87018d4a6520d Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 5 Jan 2011 13:31:21 -0500 Subject: remove UID field we are only doing global policy on the krbtpolicy page --- install/static/policy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/policy.js') diff --git a/install/static/policy.js b/install/static/policy.js index d8cfbec9..038b6307 100644 --- a/install/static/policy.js +++ b/install/static/policy.js @@ -589,7 +589,7 @@ IPA.add_entity(function (){ ipa_entity_set_details_definition('krbtpolicy', [ ipa_stanza({name:'identity', label:'Kerberos ticket policy'}). - input({name:'uid'}). + //input({name:'uid',label:' '}). input({name:'krbmaxrenewableage'}). input({name:'krbmaxticketlife'}) ]); -- cgit