[Freeipa-devel] [PATCH] One liner to remove UID from krbtpolicy page

Adam Young ayoung at redhat.com
Wed Jan 5 18:35:32 UTC 2011


pushed under the one line rule.

commit 69de8b317adbf9836819e4a5f6e87018d4a6520d
Author: Adam Young <ayoung at redhat.com>
Date:   Wed Jan 5 13:31:21 2011 -0500

     remove UID field
     we are only doing global policy on the krbtpolicy page

diff --git a/install/static/policy.js b/install/static/policy.js
index d8cfbec..038b630 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'})
  ]);




More information about the Freeipa-devel mailing list