mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
migrate-ds: Mention --enable-migration in error message about migration mode
https://fedorahosted.org/freeipa/ticket/6234 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
3ac2709f4b
commit
0f4df2f03d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user