# ipa config-mod --enable-migration=TRUE
ipa migrate-ds. At its most basic, this requires only the LDAP URL of the LDAP directory instance to migrate:
# ipa migrate-ds ldap://ldap.example.com:389
ipa migrate-ds command connects to the LDAP directory and binds as the Directory Manager and extracts all entries with the person object class from the ou=People subtree, by default. A different subtree can be specified using the --user-container option.
ou=Groups subtree to maintain group memberships. The group can be changed using the --group-container option.
ipa migrate-ds --user-container=ou=employees --group-container="ou=employee groups" ldap://ldap.example.com:389
# yum install sssd
ipa-client-install to configure SSSD and related services to use the IPA server for identity and Kerber authentication.
pam_krb5) instead of LDAP authentication (pam_ldap).