mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
remove UID field
we are only doing global policy on the krbtpolicy page
This commit is contained in:
parent
bd44006911
commit
69de8b317a
@ -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'})
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user