From 0f4df2f03df09ebced37ff0dd49d489782b85d73 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Aug 22 2016 15:59:38 +0000 Subject: migrate-ds: Mention --enable-migration in error message about migration mode https://fedorahosted.org/freeipa/ticket/6234 Reviewed-By: Martin Basti --- diff --git a/ipaclient/plugins/migration.py b/ipaclient/plugins/migration.py index cf8d461..521fcbb 100644 --- a/ipaclient/plugins/migration.py +++ b/ipaclient/plugins/migration.py @@ -35,7 +35,8 @@ class migrate_ds(CommandOverride): migrate_order = ('user', 'group') migration_disabled_msg = _('''\ -Migration mode is disabled. Use \'ipa config-mod\' to enable it.''') +Migration mode is disabled. +Use \'ipa config-mod --enable-migration=TRUE\' to enable it.''') pwd_migration_msg = _('''\ Passwords have been migrated in pre-hashed format.