summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-05 13:31:21 -0500
committerAdam Young <ayoung@redhat.com>2011-01-05 13:31:21 -0500
commit69de8b317adbf9836819e4a5f6e87018d4a6520d (patch)
tree0ea9e7bddf616d174f6b695b42bc42c789c37b2e /install
parentbd44006911609d8ad4d4469012986166f66ed717 (diff)
downloadfreeipa-69de8b317adbf9836819e4a5f6e87018d4a6520d.tar.gz
freeipa-69de8b317adbf9836819e4a5f6e87018d4a6520d.tar.xz
freeipa-69de8b317adbf9836819e4a5f6e87018d4a6520d.zip
remove UID field
we are only doing global policy on the krbtpolicy page
Diffstat (limited to 'install')
-rw-r--r--install/static/policy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/policy.js b/install/static/policy.js
index d8cfbec99..038b63071 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'})
]);