summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2010-12-21 16:17:28 +0100
committerRob Crittenden <rcritten@redhat.com>2010-12-21 12:34:04 -0500
commitec5fba6e67710e7904ff7fc0f014fdccbcda6fbd (patch)
tree9b9f0412245f07599231725045676cd261c73fea /ipalib
parentfc8f7f9da837605d2d83e99783fcbc74e1306dfe (diff)
downloadfreeipa-ec5fba6e67710e7904ff7fc0f014fdccbcda6fbd.tar.gz
freeipa-ec5fba6e67710e7904ff7fc0f014fdccbcda6fbd.tar.xz
freeipa-ec5fba6e67710e7904ff7fc0f014fdccbcda6fbd.zip
Fix the mod operations.
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/baseldap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py
index f8e544527..d91fd938f 100644
--- a/ipalib/plugins/baseldap.py
+++ b/ipalib/plugins/baseldap.py
@@ -711,6 +711,7 @@ class LDAPUpdate(LDAPQuery, crud.Update):
def _get_rename_option(self):
rdnparam = getattr(self.obj.params, self.obj.rdnattr)
return rdnparam.clone_rename('rename', cli_name='rename',
+ required=False, label=_('Rename'),
doc=_('Rename the %s object' % self.obj.object_name))
def get_options(self):