From 4d0e739345fe3039db16e0ee613431e1aa92cf02 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 4 Mar 2011 11:08:54 -0500 Subject: Fix style and grammatical issues in built-in command help. There is a rather large API.txt change but it is only due to changes in the doc string in parameters. ticket 729 --- ipalib/plugins/migration.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ipalib/plugins/migration.py') diff --git a/ipalib/plugins/migration.py b/ipalib/plugins/migration.py index 54e58273d..fc2010f90 100644 --- a/ipalib/plugins/migration.py +++ b/ipalib/plugins/migration.py @@ -38,11 +38,12 @@ RFC2307bis. RFC2307bis uses member and uniquemember to specify group members, RFC2307 uses memberUid. The default schema is RFC2307bis. Migrated users do not have Kerberos credentials, they have only their -LDAP password. To complete the migration process users need to go +LDAP password. To complete the migration process, users need to go to http://ipa.example.com/ipa/migration and authenticate using their LDAP password in order to generate their Kerberos credentials. -Migration is disabled by default. To configure it use config-mod: +Migration is disabled by default. Use the command ipa config-mod to +enable it: ipa config-mod --enable-migration=TRUE -- cgit