From e66e29be7d268efe9e5bc675e54a02330d639e96 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 3 Jan 2011 13:13:56 -0500 Subject: fix krbtpolicy update krbtpolicy requires null pkey, and without it, update breaks. --- install/static/policy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/static/policy.js') diff --git a/install/static/policy.js b/install/static/policy.js index 97e838f9..d8cfbec9 100644 --- a/install/static/policy.js +++ b/install/static/policy.js @@ -588,8 +588,8 @@ IPA.add_entity(function (){ */ ipa_entity_set_details_definition('krbtpolicy', [ - ipa_stanza({name:'identity', label:'Krbtpolicy Location Details'}). - input({name:'cn'}). + ipa_stanza({name:'identity', label:'Kerberos ticket policy'}). + input({name:'uid'}). input({name:'krbmaxrenewableage'}). input({name:'krbmaxticketlife'}) ]); -- cgit