remove UID field

we are only doing global policy on the krbtpolicy page
This commit is contained in:
Adam Young 2011-01-05 13:31:21 -05:00
parent bd44006911
commit 69de8b317a

View File

@ -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'})
]);