diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-03-28 14:47:53 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-03-28 14:47:53 -0400 |
commit | 034d9d6753c22db6fb38a9cf85f550a0b376ca9f (patch) | |
tree | 36170967063905347ef24dffbbfa78fc8b723203 /ipa-server/ipa-gui | |
parent | b387570fe6ed46e9eb9223a1c930ac060421f7b0 (diff) | |
download | freeipa-034d9d6753c22db6fb38a9cf85f550a0b376ca9f.tar.gz freeipa-034d9d6753c22db6fb38a9cf85f550a0b376ca9f.tar.xz freeipa-034d9d6753c22db6fb38a9cf85f550a0b376ca9f.zip |
Do case-less comparisons when considering objectclass but store the
current value to prevent unnecessary LPAP updates (and failed writes)
Don't check against these lists on updates, only add them on new entries.
Disable the ability to configure in the UI these values for now.
438256
Diffstat (limited to 'ipa-server/ipa-gui')
-rw-r--r-- | ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid | 2 | ||||
-rw-r--r-- | ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid b/ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid index 26eba5651..a608829c0 100644 --- a/ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid +++ b/ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid @@ -199,6 +199,7 @@ from ipagui.helpers import ipahelper py:content="tg.errors.get('ipadefaultemaildomain')" /> </td> </tr> + <!-- <tr> <th> <label class="fieldlabel" for="${ipapolicy_fields.userobjectclasses.field_id}" @@ -265,6 +266,7 @@ from ipagui.helpers import ipahelper <a id="${ipapolicy_fields.groupobjectclasses.field_id}_doclink" href="javascript:ExpandingForm.addItem('${ipapolicy_fields.groupobjectclasses.field_id}');">Add Group Object Class</a> </td> </tr> + --> </table> <hr/> diff --git a/ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid b/ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid index 98fc69623..3549a9f13 100644 --- a/ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid +++ b/ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid @@ -135,6 +135,7 @@ edit_url = tg.url('/ipapolicy/edit') </th> <td>${ipapolicy.get("ipadefaultemaildomain")}</td> </tr> + <!-- <tr> <th> <label class="fieldlabel" py:content="fields.ipauserobjectclasses.label" />: @@ -175,6 +176,7 @@ edit_url = tg.url('/ipapolicy/edit') </table> </td> </tr> + --> </table> <hr /> <input class="submitbutton" type="button" |