summaryrefslogtreecommitdiffstats
path: root/ipaclient
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2016-07-11 12:31:39 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-07-13 18:40:22 +0200
commit6c74bd2bcca46b586b07c3acd9670dae6e1f07b9 (patch)
treeced2a2f689f7942e2860681cae8c3d82c844a9cc /ipaclient
parent2874fdbfef1e191cf858dabdd34d5a0cbdc5ef16 (diff)
downloadfreeipa-6c74bd2bcca46b586b07c3acd9670dae6e1f07b9.tar.gz
freeipa-6c74bd2bcca46b586b07c3acd9670dae6e1f07b9.tar.xz
freeipa-6c74bd2bcca46b586b07c3acd9670dae6e1f07b9.zip
Removed unused method parameter from migrate-ds
An extra parameter on client side command override of migrate-ds output was causing errors. https://fedorahosted.org/freeipa/ticket/6034 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipaclient')
-rw-r--r--ipaclient/plugins/migration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaclient/plugins/migration.py b/ipaclient/plugins/migration.py
index 8ac5f66bf..cf8d461bf 100644
--- a/ipaclient/plugins/migration.py
+++ b/ipaclient/plugins/migration.py
@@ -50,7 +50,7 @@ can use their Kerberos accounts.''')
option = option.clone_retype(option.name, File)
yield option
- def output_for_cli(self, textui, result, ldapuri, bindpw, **options):
+ def output_for_cli(self, textui, result, ldapuri, **options):
textui.print_name(self.name)
if not result['enabled']:
textui.print_plain(self.migration_disabled_msg)