Ce contenu n'est pas disponible dans la langue sélectionnée.
Migrating to Identity Management on RHEL 9
Upgrading a RHEL 8 IdM environment to RHEL 9 and migrating external LDAP solutions to IdM
Abstract
Providing feedback on Red Hat documentation Copier lienLien copié sur presse-papiers!
We appreciate your feedback on our documentation. Let us know how we can improve it.
Submitting feedback through Jira (account required)
- Log in to the Jira website.
- Click Create in the top navigation bar
- Enter a descriptive title in the Summary field.
- Enter your suggestion for improvement in the Description field. Include links to the relevant parts of the documentation.
- Click Create at the bottom of the dialogue.
Chapter 1. Identity Management Upgrade Helper app Copier lienLien copié sur presse-papiers!
The Identity Management Upgrade Helper app helps you prepare for upgrading your IdM deployment. You can use the app to create a customized upgrade plan with specific step-by-step instructions for the entire process, from setting up a new replica to decommissioning the old server.
To use this app, see Identity Management Upgrade Helper on the Red Hat Customer Portal.
Chapter 2. Migrating your IdM environment from RHEL 8 servers to RHEL 9 servers Copier lienLien copié sur presse-papiers!
To upgrade a RHEL 8 IdM environment to RHEL 9, you must first add new RHEL 9 IdM replicas to your RHEL 8 IdM environment, and then retire the RHEL 8 servers. The migration involves moving all Identity Management (IdM) data and configuration from a Red Hat Enterprise Linux (RHEL) 8 server to a RHEL 9 server.
Migrate all servers in an IdM deployment as quickly as possible. Mixing different IdM versions in the same deployment for extended periods of time can lead to incompatibilities or possibly even unrecoverable data corruption.
- Performing an in-place upgrade of RHEL 8 IdM servers and IdM server nodes to RHEL 9 is not supported.
-
Before migrating your IdM environment to RHEL 9, Red Hat recommends to first run
ipa-healthcheckto prevent issues. - For more information about adding a RHEL 9 IdM replica in FIPS mode to a RHEL 8 IdM deployment in FIPS mode, see the Identity Management section in Considerations in adopting RHEL 9.
After upgrading your IdM replica to RHEL 9.2, the IdM Kerberos Distribution Center (KDC) might fail to issue ticket-granting tickets (TGTs) to users who do not have Security Identifiers (SIDs) assigned to their accounts. Consequently, the users cannot log in to their accounts.
To work around the problem, generate SIDs by running
# ipa config-mod --enable-sid --add-sidsas an IdM administrator on another IdM replica in the topology. Afterward, if users still cannot log in, examine the Directory Server error log. You might have to adjust ID ranges to include user POSIX identities.Migrating directly to RHEL 9 from RHEL 7 or earlier versions is not supported. To properly update your IdM data, you must perform incremental migrations.
For example, to migrate a RHEL 7 IdM environment to RHEL 9:
- Migrate from RHEL 7 servers to RHEL 8 servers. See Migrating to Identity Management on RHEL 8.
- Migrate from RHEL 8 servers to RHEL 9 servers, as described in this section.
The main migration procedure includes:
- Configuring a RHEL 9 IdM server and adding it as a replica to your current RHEL 8 IdM environment. For details, see Installing the RHEL 9 Replica.
- Making the RHEL 9 server the certificate authority (CA) renewal server. For details, see Assigning the CA renewal server role to the RHEL 9 IdM server.
- Stopping the generation of the certificate revocation list (CRL) on the RHEL 8 server and redirecting CRL requests to RHEL 9. For details, see Stopping CRL generation on a RHEL 8 IdM CA server.
- Starting the generation of the CRL on the RHEL 9 server. For details, see Starting CRL generation on the new RHEL 9 IdM CA server.
- Stopping and decommissioning the original RHEL 8 CA renewal server. For details, see Stopping and decommissioning the RHEL 8 server.
Additional procedures for large or complex deployments
The following optional procedures are strongly recommended for large, geographically distributed, or mission-critical IdM deployments to ensure topology health and prevent service disruption:
Before beginning your migration, review the strategy guidance and consider which optional procedures apply to your deployment:
In the following procedures:
-
rhel9.example.comis the RHEL 9 system that will become the new CA renewal server. rhel8.example.comis the original RHEL 8 CA renewal server.If your IdM deployment does not use an IdM CA, any IdM server running on RHEL 8 can be
rhel8.example.com.
2.1. Strategies for migrating large and standard IdM deployments Copier lienLien copié sur presse-papiers!
Migrating a large or geographically distributed Identity Management (IdM) topology requires additional planning to ensure service continuity. While the core migration steps (installing a new replica, establishing it as a CA renewal server, and decommissioning the old server) apply to all deployments, large environments benefit from stricter inventory and validation processes.
Migration workflow comparison
The following table highlights the recommended additional steps for large or complex topologies compared to a standard single-server or small-cluster migration.
| Step | Standard Migration | Large/Complex Migration |
|---|---|---|
| 1. Inventorying Topology | Optional. | Strongly Recommended. Document all server roles and replication agreements to ensure no critical service (CA, DNS, KRA, AD Trust) is lost during replica replacement. |
| 2. Recording DNA ID Ranges | Optional. | Strongly Recommended. Record assigned ID ranges to prevent exhaustion if a server holding a large range is decommissioned without reassignment. |
| 3. Reusing Server Hostname | Rarely needed. | Conditional. If reusing hostnames, wait for replication to fully converge before re-installing. Rapid removal and addition can cause conflicts in high-latency topologies. |
| 4. Installing New Replica | Required. | Required. Ensure the new replica is installed with the same roles as the one it replaces. Run Healthcheck during verification to catch issues early. |
| 5. Assigning CA Renewal Role | Required (if using integrated CA). | Required (if using integrated CA). Verify the role assignment replicates before proceeding. |
| 6. Managing CRL Generation | Required (if using integrated CA). | Required (if using integrated CA). Stop CRL on old server, redirect requests, start on new server. |
| 7. Updating Client Configuration | Automatic (mostly). |
Manual updates may be needed. Clients pinned to specific servers in |
| 8. Decommissioning Old Server | Required. | Required. Verify no unique roles are lost and allow replication to converge. |
Strategic considerations for large deployments
- Maintain Redundancy: Ensure at least one other server provides critical services (CA, DNS, KRA, AD Trust) before decommissioning a replica.
- Replication Lag: In geographically distributed deployments, allow additional time between topology changes for replication to converge. Rapid remove/add cycles can create conflicts that are difficult to resolve across high-latency links.
- Batching: For very large topologies, migrate site-by-site, validating health after each wave. Avoid decommissioning all servers in a single site simultaneously.
2.2. Prerequisites for migrating IdM from RHEL 8 to 9 Copier lienLien copié sur presse-papiers!
If you want to use hardware security modules (HSMs) to store your CA and KRA keys and certificates, you cannot upgrade an existing installation where the keys were not generated on an HSM to an HSM-based install.
On rhel8.example.com:
Upgrade the system to the latest RHEL 8 version.
ImportantIf you are migrating to RHEL 9.0, do not update to a newer version than RHEL 8.6. Migrating from RHEL 8.7 is only supported for RHEL 9.1.
Update the ipa-* packages to their latest version:
dnf update ipa-*
[root@rhel8 ~]# dnf update ipa-*Copy to Clipboard Copied! Toggle word wrap Toggle overflow WarningWhen upgrading multiple Identity Management (IdM) servers, wait at least 10 minutes between each upgrade.
When two or more servers are upgraded simultaneously or with only short intervals between the upgrades, there is not enough time to replicate the post-upgrade data changes throughout the topology, which can result in conflicting replication events.
On rhel9.example.com:
- Install the latest version of Red Hat Enterprise Linux on the system. For more information, see Interactively installing RHEL from installation media.
-
Ensure the system is an IdM client enrolled into the domain for which
rhel8.example.comIdM server is authoritative. For more information, see Installing an IdM client: Basic scenario. - Ensure the system meets the requirements for IdM server installation. See Preparing the system for IdM server installation.
Ensure you know the time server
rhel8.example.comis synchronized with:ntpstat synchronised to NTP server (ntp.example.com) at stratum 3 time correct to within 42 ms polling server every 1024 s
[root@rhel8 ~]# ntpstat synchronised to NTP server (ntp.example.com) at stratum 3 time correct to within 42 ms polling server every 1024 sCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Ensure the system is authorized for the installation of an IdM replica. See Authorizing the installation of a replica on an IdM client.
Update the ipa-* packages to their latest version:
dnf update ipa-*
[root@rhel8 ~]# dnf update ipa-*Copy to Clipboard Copied! Toggle word wrap Toggle overflow
For large or geographically distributed deployments, consider completing the following optional but recommended procedures before beginning the migration:
These steps help ensure service continuity and prevent issues during the migration.
2.3. Performing an inventory of roles in your IdM topology Copier lienLien copié sur presse-papiers!
Use this procedure to capture the current IdM server roles and replication layout before you replace replicas. This procedure is optional but strongly recommended, especially for large or complex topologies, to prevent role coverage gaps.
Prerequisites
- You are logged in to an IdM server as an administrator.
Procedure
List the servers in the topology and the roles enabled on each server:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Verify that the CA renewal master role is assigned to exactly one server:
ipa config-show | grep "CA renewal master" IPA CA renewal master: ipa1.example.com
[root@rhel7 ~]# ipa config-show | grep "CA renewal master" IPA CA renewal master: ipa1.example.comCopy to Clipboard Copied! Toggle word wrap Toggle overflow Verify that the DNSSEC key master role is assigned to exactly one server:
ipa dnsconfig-show | grep 'DNSSec key master' IPA DNSSec key master: ipa1.example.com
[root@rhel7 ~]# ipa dnsconfig-show | grep 'DNSSec key master' IPA DNSSec key master: ipa1.example.comCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Record which servers provide other critical roles (such as CA, DNS, KRA, AD trust agent, and AD trust controller). You will reference this list when assigning roles to new replicas or validating redundancy during migration.
If your IdM deployment is in a trust with an Active Directory (AD) forest, plan to ensure that during the migration:
- At least one trust controller remains online at all times.
- Whenever possible, each replica also runs the trust agent so that clients can resolve AD users regardless of which server they contact.
- Review replication agreements and the site layout to confirm that each site keeps redundant connectivity throughout the migration: Replica topology examples.
- Ensure that the number of replication agreements per server aligns with the long-term guideline of four or fewer links: Guidelines for connecting IdM replicas in a topology.
Run
ipa-healthcheckto identify replication issues before you modify the topology:ipa-healthcheck --source=ipahealthcheck.ds.replication --source=ipahealthcheck.ipa.topology
[root@rhel8 ~]# ipa-healthcheck --source=ipahealthcheck.ds.replication --source=ipahealthcheck.ipa.topologyCopy to Clipboard Copied! Toggle word wrap Toggle overflow
2.4. Recording DNA ID ranges before migration Copier lienLien copié sur presse-papiers!
Use this procedure to document the Distributed Numeric Assignment (DNA) ID ranges that are currently allocated so that you can reassign them after a server is removed during migration. Recording DNA ranges is optional but strongly recommended, especially for large or complex topologies, to prevent blocking user creation.
Prerequisites
- You are logged in to an IdM server as an administrator.
Procedure
On each server that will be decommissioned, display the DNA ID ranges currently allocated:
ipa-replica-manage dnarange-show
[root@rhel7 ~]# ipa-replica-manage dnarange-showCopy to Clipboard Copied! Toggle word wrap Toggle overflow Display the next DNA range queued for allocation so you know what will be assigned after the current sub-range is consumed:
ipa-replica-manage dnanextrange-show
[root@rhel7 ~]# ipa-replica-manage dnanextrange-showCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Record the collected ranges in your migration notes. You will reference these values when ensuring DNA range coverage on the new replica before decommissioning the old server. Losing a server that owns an unrecorded sub-range can block the creation of new users or groups.
Additional resources
2.5. Reusing an IdM server hostname safely Copier lienLien copié sur presse-papiers!
Follow this procedure when you need to reuse an existing IdM server hostname for a new replica during migration. Hostname reuse is typically required when:
- DNS or firewall rules are tightly coupled to specific hostnames
- Client configurations explicitly reference the hostname that must be preserved
- Network or security policies require specific server names
This procedure is optional; use it only when hostname reuse is necessary. For large or geographically distributed topologies, extra care is needed to prevent replication conflicts when reusing hostnames.
Prerequisites
- You have administrative access to the IdM topology and to the server being replaced.
- DNS records for the hostname can be updated if the IP address changes.
This procedure describes a specialized workflow for reusing an existing server hostname during migration. Only follow this procedure if you specifically need to preserve a hostname due to DNS, firewall rules, or client configuration requirements.
If you are performing a standard migration with new hostnames, skip this procedure and proceed directly to installing your new replica.
Procedure
- Run IdM Healthcheck on the server you plan to remove and resolve any issues so the topology is in a clean state before you begin: Using IdM Healthcheck to monitor your IdM environment.
Remove the server from the topology on a different replica. For example, to remove
rhel8.example.com:ipa-replica-manage del rhel8.example.com --cleanup
[root@rhel9 ~]# ipa-replica-manage del rhel8.example.com --cleanupCopy to Clipboard Copied! Toggle word wrap Toggle overflow Confirm the command completes successfully and that the removal is replicated to the remaining servers.
On the RHEL 8 host you are decommissioning, uninstall the IdM server to clean up services and certificates:
ipa-server-install --uninstall
[root@rhel8 ~]# ipa-server-install --uninstallCopy to Clipboard Copied! Toggle word wrap Toggle overflow -
Allow replication to converge across all remaining servers before you reinstall a replica with the same hostname. In high-latency environments, wait for at least one full replication cycle and confirm the host no longer appears in
ipa server-findoutput. - After replication has fully converged and you have confirmed the old server no longer appears in the topology, proceed to install your new RHEL 9 replica using the reused hostname. See Installing the RHEL 9 replica.
After installation completes, run IdM Healthcheck on the new RHEL 9 replica to verify that no replication conflicts were introduced:
ipa-healthcheck
[root@rhel9 ~]# ipa-healthcheckCopy to Clipboard Copied! Toggle word wrap Toggle overflow Pay particular attention to replication-related checks to ensure the hostname reuse did not cause conflicts.
2.6. Installing the RHEL 9 replica Copier lienLien copié sur presse-papiers!
List which server roles are present in your RHEL 8 environment:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Optional: If you want to use the same per-server forwarders for
rhel9.example.comthatrhel8.example.comis using, view the per-server forwarders forrhel8.example.com:Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- Review the replication agreements topology using the steps in either Viewing replication topology using the WebUI or Viewing topology suffixes using the CLI and Viewing topology segments using the CLI.
Install the IdM server software on
rhel9.example.comto configure it as a replica of the RHEL 8 IdM server, including all the server roles present onrhel8.example.com. To install the roles from the example above, use these options with theipa-replica-installcommand:-
--setup-cato set up the Certificate System component --setup-dnsand--forwarderto configure an integrated DNS server and set a per-server forwarder to take care of DNS queries that go outside the IdM domainNoteAdditionally, if your IdM deployment is in a trust relationship with Active Directory (AD), add the
--setup-adtrustoption to theipa-replica-installcommand to configure AD trust capability onrhel9.example.com.--ntp-serverto specify an NTP server or--ntp-poolto specify a pool of NTP serversTo set up an IdM server with the IP address of 192.0.2.1 that uses a per-server forwarder with the IP address of 192.0.2.20 and synchronizes with the
ntp.example.comNTP server:ipa-replica-install --setup-ca --ip-address 192.0.2.1 --setup-dns --forwarder 192.0.2.20 --ntp-server ntp.example.com
[root@rhel9 ~]# ipa-replica-install --setup-ca --ip-address 192.0.2.1 --setup-dns --forwarder 192.0.2.20 --ntp-server ntp.example.comCopy to Clipboard Copied! Toggle word wrap Toggle overflow You do not need to specify the RHEL 8 IdM server itself because if DNS is working correctly,
rhel9.example.comwill find it using DNS autodiscovery.
-
-
Optional: Add an
_ntp._udpservice (SRV) record for your externalNTPtime server to the DNS of the newly-installed IdM server, rhel9.example.com. The presence of the SRV record for the time server in IdM DNS ensures that future RHEL 9 replica and client installations are automatically configured to synchronize with the time server used by rhel9.example.com. This is becauseipa-client-installlooks for the_ntp._udpDNS entry unless--ntp-serveror--ntp-pooloptions are provided on the install command-line interface (CLI). - Create any replication agreements needed to re-create the previous topology using the steps in Setting up replication between two servers using the Web UI or Setting up replication between two servers using the CLI.
Verification
Verify that the IdM services are running on
rhel9.example.com:ipactl status Directory Service: RUNNING [... output truncated ...] ipa: INFO: The ipactl command was successful
[root@rhel9 ~]# ipactl status Directory Service: RUNNING [... output truncated ...] ipa: INFO: The ipactl command was successfulCopy to Clipboard Copied! Toggle word wrap Toggle overflow Run IdM Healthcheck on
rhel9.example.comto validate services, replication, and certificate health:ipa-healthcheck
[root@rhel9 ~]# ipa-healthcheckCopy to Clipboard Copied! Toggle word wrap Toggle overflow If Healthcheck reports warnings or errors, investigate and resolve them before decommissioning any RHEL 8 servers. For targeted replication tests, you can run:
ipa-healthcheck --source=ipahealthcheck.ds.replication --source=ipahealthcheck.ipa.topology
[root@rhel9 ~]# ipa-healthcheck --source=ipahealthcheck.ds.replication --source=ipahealthcheck.ipa.topologyCopy to Clipboard Copied! Toggle word wrap Toggle overflow Verify that server roles for
rhel9.example.comare the same as forrhel8.example.com:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Optional: Display details about the replication agreement between
rhel8.example.comandrhel9.example.com:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Optional: If your IdM deployment is in a trust relationship with AD, verify that it is working:
- Verify the Kerberos configuration
Attempt to resolve an AD user on
rhel9.example.com:id aduser@ad.domain
[root@rhel9 ~]# id aduser@ad.domainCopy to Clipboard Copied! Toggle word wrap Toggle overflow
Verify that
rhel9.example.comis synchronized with theNTPserver:chronyc tracking Reference ID : CB00710F (ntp.example.com) Stratum : 3 Ref time (UTC) : Wed Feb 16 09:49:17 2022 [... output truncated ...]
[root@rhel8 ~]# chronyc tracking Reference ID : CB00710F (ntp.example.com) Stratum : 3 Ref time (UTC) : Wed Feb 16 09:49:17 2022 [... output truncated ...]Copy to Clipboard Copied! Toggle word wrap Toggle overflow
2.7. Assigning the CA renewal server role to the RHEL 9 IdM server Copier lienLien copié sur presse-papiers!
If your IdM deployment uses an embedded certificate authority (CA), assign the CA renewal server role to the Red Hat Enterprise Linux (RHEL) 9 IdM server.
On rhel9.example.com, configure rhel9.example.com as the new CA renewal server:
Configure
rhel9.example.comto handle CA subsystem certificate renewal:ipa config-mod --ca-renewal-master-server rhel9.example.com ... IPA masters: rhel8.example.com, rhel9.example.com IPA CA servers: rhel8.example.com, rhel9.example.com IPA CA renewal master: rhel9.example.com
[root@rhel9 ~]# ipa config-mod --ca-renewal-master-server rhel9.example.com ... IPA masters: rhel8.example.com, rhel9.example.com IPA CA servers: rhel8.example.com, rhel9.example.com IPA CA renewal master: rhel9.example.comCopy to Clipboard Copied! Toggle word wrap Toggle overflow The output confirms that the update was successful.
On
rhel9.example.com, enable the certificate updater task:-
Open the
/etc/pki/pki-tomcat/ca/CS.cfgconfiguration file for editing. -
Remove the
ca.certStatusUpdateIntervalentry, or set it to the desired interval in seconds. The default value is600. -
Save and close the
/etc/pki/pki-tomcat/ca/CS.cfgconfiguration file. Restart IdM services:
ipactl restart
[user@rhel9 ~]$ ipactl restartCopy to Clipboard Copied! Toggle word wrap Toggle overflow
-
Open the
On
rhel8.example.com, disable the certificate updater task:-
Open the
/etc/pki/pki-tomcat/ca/CS.cfgconfiguration file for editing. Change
ca.certStatusUpdateIntervalto0, or add the following entry if it does not exist:ca.certStatusUpdateInterval=0
ca.certStatusUpdateInterval=0Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
Save and close the
/etc/pki/pki-tomcat/ca/CS.cfgconfiguration file. Restart IdM services:
ipactl restart
[user@rhel8 ~]$ ipactl restartCopy to Clipboard Copied! Toggle word wrap Toggle overflow
-
Open the
2.8. Stopping CRL generation on a RHEL 8 IdM CA server Copier lienLien copié sur presse-papiers!
If your IdM deployment uses an embedded certificate authority (CA), stop generating the Certificate Revocation List (CRL) on the IdM CRL publisher server.
Prerequisites
- You must be logged in as root.
Procedure
Optional: Verify that rhel8.example.com is generating the CRL:
ipa-crlgen-manage status CRL generation: enabled Last CRL update: 2021-10-31 12:00:00 Last CRL Number: 6 The ipa-crlgen-manage command was successful
[root@rhel8 ~]# ipa-crlgen-manage status CRL generation: enabled Last CRL update: 2021-10-31 12:00:00 Last CRL Number: 6 The ipa-crlgen-manage command was successfulCopy to Clipboard Copied! Toggle word wrap Toggle overflow Stop generating the CRL on the rhel8.example.com server:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Verification
Check if the rhel8.example.com server stopped generating the CRL:
ipa-crlgen-manage status
[root@rhel7 ~]# ipa-crlgen-manage statusCopy to Clipboard Copied! Toggle word wrap Toggle overflow
The rhel8.example.com server stopped generating the CRL. The next step is to enable generating the CRL on rhel9.example.com.
2.9. Starting CRL generation on the new RHEL 9 IdM CA server Copier lienLien copié sur presse-papiers!
If your IdM deployment uses an embedded certificate authority (CA), start Certificate Revocation List (CRL) generation on the new Red Hat Enterprise Linux (RHEL) 9 IdM CA server.
Prerequisites
- You must be logged in as root on the rhel9.example.com machine.
Procedure
To start generating the CRL on rhel9.example.com, use the
ipa-crlgen-manage enablecommand:Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Verification
To check if CRL generation is enabled, use the
ipa-crlgen-manage statuscommand:ipa-crlgen-manage status CRL generation: enabled Last CRL update: 2021-10-31 12:10:00 Last CRL Number: 7 The ipa-crlgen-manage command was successful
[root@rhel8 ~]# ipa-crlgen-manage status CRL generation: enabled Last CRL update: 2021-10-31 12:10:00 Last CRL Number: 7 The ipa-crlgen-manage command was successfulCopy to Clipboard Copied! Toggle word wrap Toggle overflow
2.10. Updating IdM clients that are pinned to specific servers Copier lienLien copié sur presse-papiers!
Use this procedure to update clients that do not rely solely on DNS service discovery after you replace or decommission IdM replicas. Updating pinned clients is optional but strongly recommended for large or complex topologies where static configuration is common.
Prerequisites
- You have root access to each client that requires updates.
- Replacement IdM servers are in service and reachable.
Procedure
-
Update the system resolvers on affected clients so they point to the current IdM DNS servers. Adjust
/etc/resolv.confor your network configuration tooling to remove references to retired servers. If the client uses the fallback enrollment server defined in
/etc/ipa/default.conf, replace the hostname in both of the following parameters with an active IdM server:xmlrpc_uri = https://ipa_new.example.com/ipa/xml server = ipa_new.example.com
xmlrpc_uri = https://ipa_new.example.com/ipa/xml server = ipa_new.example.comCopy to Clipboard Copied! Toggle word wrap Toggle overflow Review the
ipa_serverparameter in/etc/sssd/sssd.conf:-
If it lists specific servers, update the list to include only active replicas or switch to SRV-only discovery by using
srv. - If it references the retired hostname, replace it with the new server names.
-
If it lists specific servers, update the list to include only active replicas or switch to SRV-only discovery by using
Restart SSSD to apply the updates:
systemctl restart sssd
[root@client ~]# systemctl restart sssdCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Test authentication and lookups from the client to confirm it can reach the updated servers.
2.11. Stopping and decommissioning the RHEL 8 server Copier lienLien copié sur presse-papiers!
Make sure that all data, including the latest changes, have been correctly migrated from
rhel8.example.comtorhel9.example.com. For example:Add a new user on
rhel8.example.com:ipa user-add random_user First name: random Last name: user
[root@rhel8 ~]# ipa user-add random_user First name: random Last name: userCopy to Clipboard Copied! Toggle word wrap Toggle overflow Check that the user has been replicated to
rhel9.example.com:Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Ensure that a Distributed Numeric Assignment (DNA) ID range is allocated to
rhel9.example.com. If you recorded DNA ranges earlier (see Recording DNA ID ranges before migration), you can reference those values when reassigning ranges. Use one of the following methods:Activate the DNA plug-in on
rhel9.example.comdirectly by creating another test user:ipa user-add another_random_user First name: another Last name: random_user
[root@rhel9 ~]# ipa user-add another_random_user First name: another Last name: random_userCopy to Clipboard Copied! Toggle word wrap Toggle overflow Assign a specific DNA ID range to
rhel9.example.com:On
rhel8.example.com, display the IdM ID range:Copy to Clipboard Copied! Toggle word wrap Toggle overflow On
rhel8.example.com, display the allocated DNA ID ranges:ipa-replica-manage dnarange-show rhel8.example.com: 196600026-196799999 rhel9.example.com: No range set
[root@rhel8 ~]# ipa-replica-manage dnarange-show rhel8.example.com: 196600026-196799999 rhel9.example.com: No range setCopy to Clipboard Copied! Toggle word wrap Toggle overflow Reduce the DNA ID range allocated to
rhel8.example.comso that a section becomes available torhel9.example.com:ipa-replica-manage dnarange-set rhel8.example.com 196600026-196699999
[root@rhel8 ~]# ipa-replica-manage dnarange-set rhel8.example.com 196600026-196699999Copy to Clipboard Copied! Toggle word wrap Toggle overflow Assign the remaining part of the IdM ID range to
rhel9.example.com:ipa-replica-manage dnarange-set rhel9.example.com 196700000-196799999
[root@rhel8 ~]# ipa-replica-manage dnarange-set rhel9.example.com 196700000-196799999Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Stop all IdM services on
rhel8.example.comto force domain discovery to the newrhel9.example.comserver.Copy to Clipboard Copied! Toggle word wrap Toggle overflow After this, the
ipautility will contact the new server through a remote procedure call (RPC).- Remove the RHEL 8 server from the topology by executing the removal commands on the RHEL 9 server. For details, see Uninstalling an IdM server.
Chapter 3. Upgrading an IdM client from RHEL 8 to RHEL 9 Copier lienLien copié sur presse-papiers!
In-place upgrades of IdM clients from RHEL 8 to RHEL 9 by using the leapp utility are supported, and the tool handles all necessary configuration changes automatically.
However, in-place upgrades are not supported for IdM servers and IdM server nodes.
Chapter 4. Migrating from one IdM server to another Copier lienLien copié sur presse-papiers!
The ipa-migrate tool enables you to migrate all Identity Management (IdM) data, including all configurations, schema, and database content, from one IdM server to another. This tool is useful, for example, for moving an IdM deployment from a development or staging environment to a production environment, or for migrating data between two production servers.
4.1. IdM to IdM migration Copier lienLien copié sur presse-papiers!
The ipa-migrate admin tool is a standalone client tool for migrating IdM data between two servers. You can use it on a new, local IdM server to transfer data from the original, remote IdM server.
You can use ipa-migrate to transfer most of the data from the remote server:
- Schema: All LDAP object classes and attributes.
-
Configuration: Core Directory Server settings (
dse.ldif), including performance tuning, security settings, plugins, and database settings. - Database: Most subtrees and entries, including users, groups, roles, hosts, services, sudo rules, HBAC rules, and DNS records (optional).
However, for security reasons, some items are excluded:
- Kerberos master key
- Self-signed CA certificates and KRA keys
-
The
adminand Directory Manager passwords - Data stored in Custodia
You can perform the migration online, using an LDAP connection, or offline, using LDIF files from the remote server. You can also combine the online and offline methods by using a mixed approach. For large databases, a mixed approach is often the most efficient. For example, you can migrate the configuration and schema online and then use an LDIF file for the database migration, which is faster and more stable than transferring thousands of entries over the network.
Before committing to a migration, you can perform a dry run to preview the changes without writing any data to the new server. You can also record the LDAP operations to an LDIF file for detailed inspection or for replaying the migration at a later time.
The ipa-migrate tool offers the following migration modes:
Production mode
This mode assumes the remote server is a fully functional, production environment. It migrates all data, including DNA ranges, IDs, and SIDs, as is.
Staging mode
This mode is intended for migrating from a staging environment. It does not migrate DNA ranges and ID attributes like
uidNumberandgidNumber, but regenerates them on the new server.
The migration process automatically converts the remote server’s realm, domain, and suffixes to match the new local server’s configuration. You can choose whether to migrate ID ranges, and you have the option to skip migrating DNS records, configuration, or schema. Using the tool, you can also include non-IdM content stored in the database tree by specifying the subtree in a command-line option.
After a successful migration, you must re-enroll IdM clients to the new deployment, and users must reset their passwords to generate new Kerberos keys.
4.2. Migrating an IdM environment from staging to production Copier lienLien copié sur presse-papiers!
Use this procedure to migrate a complete Identity Management (IdM) environment from a staging server to a new production server. This example uses a mixed migration approach, where the database is migrated offline using an LDIF file for improved performance and stability, while the configuration and schema are migrated online. The migration is performed in staging-mode to ensure that identity numbers (UIDs/GIDs) are regenerated for the new production environment.
Prerequisites
- You are using RHEL 9.7 or later.
On the new production (local) server:
- You have performed a standard installation of IdM.
- The IdM domain and realm are set to their final production values.
On the staging (remote) server:
- You have root access to export the user database.
- You have the Directory Manager password.
Procedure
On the remote staging server, for example
remote.server.com, export theuserRootdatabase to an LDIF file, such asuserroot.ldif:Stop the DS instance:
dsctl slapd-EXAMPLE-COM stop
# dsctl slapd-EXAMPLE-COM stopCopy to Clipboard Copied! Toggle word wrap Toggle overflow Export the database:
dsctl slapd-EXAMPLE-COM db2ldif userroot /root/userroot.ldif
# dsctl slapd-EXAMPLE-COM db2ldif userroot /root/userroot.ldifCopy to Clipboard Copied! Toggle word wrap Toggle overflow Restart the DS instance:
dsctl slapd-EXAMPLE-COM start
# dsctl slapd-EXAMPLE-COM startCopy to Clipboard Copied! Toggle word wrap Toggle overflow
-
Copy the
userroot.ldifto the new local production server, for example to/root/userroot.ldif. On the local production server, execute a dry run of the migration to validate the process and preview changes without writing any data. Use
stage-modeto ensure that DNA ranges and ID attributes are reset for the new production environment:ipa-migrate stage-mode remote.server.com --db-ldif=/root/userroot.ldif --dryrun
# ipa-migrate stage-mode remote.server.com --db-ldif=/root/userroot.ldif --dryrunCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Review the output to confirm that the tool identifies the correct entries for migration.
Execute the migration command without the`--dryrun` option. You will be prompted for the Directory Manager password for the remote server:
ipa-migrate stage-mode remote.server.com --db-ldif=/root/userroot.ldif
# ipa-migrate stage-mode remote.server.com --db-ldif=/root/userroot.ldifCopy to Clipboard Copied! Toggle word wrap Toggle overflow NoteThe migration process includes running the
ipa-server-upgradetask, which may take a significant amount of time depending on the size of your database.
Verification
On the new production server, verify that the IdM services are running correctly:
ipactl status
# ipactl statusCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Confirm that IdM data, such as users, groups, and sudo rules, has been successfully migrated using ipa user-find and ipa sudorule-find.
The primary log file for the migration tool is located at /var/log/ipa-migrate.log. This file is appended to on each run, preserving the history of multiple migration attempts.
Next steps
- Re-enroll clients: All IdM clients that were connected to the old staging server must be re-enrolled into the new production IdM deployment. You can follow the steps in Re-enrolling na IdM client.
- Migrate user passwords: Users must log in to generate new Kerberos keys, as passwords are not migrated directly. Inform your users about the need to reset their passwords upon their first login to the new production environment. See Managing user passwords in IdM.
Additional information
Chapter 5. Migrating to IdM on RHEL 9 from FreeIPA on non-RHEL Linux distributions Copier lienLien copié sur presse-papiers!
To migrate a FreeIPA deployment on a non-RHEL Linux distribution to an Identity Management (IdM) deployment on RHEL 9 servers, you must first add a new RHEL 9 IdM Certificate Authority (CA) replica to your existing FreeIPA environment, transfer certificate-related roles to it, and then retire the non-RHEL FreeIPA servers.
Performing an in-place conversion of a non-RHEL FreeIPA server to a RHEL 9 IdM server using the Convert2RHEL tool is not supported.
Because the use of the SHA-1 algorithm is disabled in the DEFAULT system-wide cryptographic policy in RHEL 9, multiple known issues might arise if a RHEL 9 system is used in the same IdM deployment as a non-RHEL-9 system. For details, see:
After upgrading your IdM replica to RHEL 9.2, the IdM Kerberos Distribution Centre (KDC) might fail to issue ticket-granting tickets (TGTs) to users who do not have Security Identifiers (SIDs) assigned to their accounts. Consequently, the users cannot log in to their accounts.
To work around the problem, generate SIDs by running # ipa config-mod --enable-sid --add-sids as an IdM administrator on another IdM replica in the topology. Afterward, if users still cannot log in, examine the Directory Server error log. You might have to adjust ID ranges to include user POSIX identities.
Prerequisites
On the RHEL 9 system:
- The latest version of Red Hat Enterprise Linux is installed on the system. For more information, see Interactively installing RHEL from installation media.
- Ensure the system is an IdM client enrolled into the domain for which the FreeIPA server is authoritative. For more information, see Installing an IdM client: Basic scenario.
- Ensure the system meets the requirements for IdM server installation. See Preparing the system for IdM server installation.
- Ensure the system is authorized for the installation of an IdM replica. See Authorizing the installation of a replica on an IdM client.
On the non-RHEL FreeIPA server:
Ensure you know the time server that the system is synchronized with:
ntpstat synchronised to NTP server (ntp.example.com) at stratum 3 time correct to within 42 ms polling server every 1024 s
[root@freeipaserver ~]# ntpstat synchronised to NTP server (ntp.example.com) at stratum 3 time correct to within 42 ms polling server every 1024 sCopy to Clipboard Copied! Toggle word wrap Toggle overflow Update the ipa-* packages to their latest version:
dnf update ipa-*
[root@freeipaserver ~]# dnf update ipa-*Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Procedure
To perform the migration, follow the same procedure as Migrating your IdM environment from RHEL 8 servers to RHEL 9 servers, with your non-RHEL FreeIPA CA replica acting as the RHEL 8 server:
- Configure a RHEL 9 server and add it as an IdM replica to your current FreeIPA environment on the non-RHEL Linux distribution. For details, see Installing the RHEL 9 Replica.
- Make the RHEL 9 replica the certificate authority (CA) renewal server. For details, see Assigning the CA renewal server role to the RHEL 9 IdM server.
- Stop generating the certificate revocation list (CRL) on the non-RHEL server and redirect CRL requests to the RHEL 9 replica. For details, see Stopping CRL generation on a RHEL 8 IdM CA server.
- Start generating the CRL on the RHEL 9 server. For details, see Starting CRL generation on the new RHEL 9 IdM CA server.
- Stop and decommission the original non-RHEL FreeIPA CA renewal server. For details, see Stopping and decommissioning the RHEL 8 server.
Chapter 6. Migrating from an LDAP directory to IdM Copier lienLien copié sur presse-papiers!
If you previously deployed an LDAP server for identity and authentication lookups, you can migrate the lookup service to Identity Management (IdM). IdM offers a migration tool to help you with the following tasks:
- Transferring user accounts, including passwords and group membership, without losing data.
- Avoiding expensive configuration updates on the clients.
The migration process described here assumes a simple deployment scenario with one namespace in LDAP and one in IdM. For more complex environments, such as those with multiple namespaces or custom schemas, contact the Red Hat support services.
6.1. Considerations in migrating from LDAP to IdM Copier lienLien copié sur presse-papiers!
The process of moving from an LDAP server to Identity Management (IdM) has the following stages:
- Migrating the clients. Plan this stage carefully. Determine which services each client in your current infrastructure uses. These may include for example Kerberos or Systems Security Services Daemon (SSSD). Then determine which of these services you can use in the final IdM deployment. See Planning the client configuration when migrating from LDAP to IdM for more information.
- Migrating the data.
- Migrating the passwords. Plan this stage carefully. IdM requires Kerberos hashes for every user account in addition to passwords. Some of the considerations and migration paths for passwords are covered in Planning password migration when migrating from LDAP to IdM.
You can first migrate the server part and then the clients or first the clients and then the server. For more information about the two types of migration, see LDAP to IdM migration sequence.
It is strongly recommended that you set up a test LDAP environment and test the migration process before attempting to migrate the real LDAP environment. When testing the environment, do the following:
- Create a test user in IdM and compare the output of migrated users to that of the test user. Ensure that the migrated users contain the minimal set of attributes and object classes present on the test user.
- Compare the output of migrated users, as seen on IdM, to the source users, as seen on the original LDAP server. Ensure that imported attributes are not copied twice and that they have the correct values.
6.2. Planning the client configuration when migrating from LDAP to IdM Copier lienLien copié sur presse-papiers!
Identity Management (IdM) can support a number of different client configurations, with varying degrees of functionality, flexibility, and security. Decide which configuration is best for each individual client based on its operating system and your IT maintenance priorities. Consider also the client’s functional area: a development machine typically requires a different configuration than production servers or user laptops do.
Most environments have a mixture of different ways in which clients connect to the IdM domain. Administrators must decide which scenario is best for each individual client.
6.2.1. Initial, pre-migration client configuration Copier lienLien copié sur presse-papiers!
Before deciding on the specifics of the client configuration in Identity Management (IdM), first establish the specifics of the current, pre-migration configuration.
The initial state for almost all LDAP deployments that are to be migrated is that there is an LDAP service providing identity and authentication services.
Figure 6.1. Basic LDAP directory and client configuration
Linux and Unix clients use the PAM_LDAP and NSS_LDAP libraries to connect directly to the LDAP services. These libraries allow clients to retrieve user information from the LDAP directory as if the data were stored in /etc/passwd or /etc/shadow. In real life, the infrastructure may be more complex if a client uses LDAP for identity lookups and Kerberos for authentication or other configurations.
An Identity Management (IdM) server differs from an LDAP directory, particularly in schema support and the structure of the directory tree. For more background on those differences, see the Contrasting IdM with a Standard LDAP Directory section from the Planning the client configuration when migrating from LDAP to IdM. Those differences may impact data, especially with the directory tree, which affects entry names. However, the differences have little impact on the client configuration and on migrating clients to IdM.
6.2.2. Recommended configuration for RHEL clients Copier lienLien copié sur presse-papiers!
The client configuration described is only supported for RHEL 6.1 and later and RHEL 5.7 later, which support the latest versions of SSSD and the ipa-client package. Older versions of RHEL can be configured as described in Alternative supported configuration.
The System Security Services Daemon (SSSD) in Red Hat Enterprise Linux (RHEL) uses special PAM and NSS libraries, pam_sss and nss_sss. Using these libraries, SSSD can integrate very closely with Identity Management (IdM) and benefit from its full authentication and identity features. SSSD has a number of useful features, such as caching identity information so that users can log in even if the connection to the central server is lost.
Unlike generic LDAP directory services that use the pam_ldap and nss_ldap libraries, SSSD establishes relationships between identity and authentication information by defining domains. A domain in SSSD defines the following back end functions:
- Authentication
- Identity lookups
- Access
- Password changes
The SSSD domain is then configured to use a provider to supply the information for any one, or all, of these functions. The domain configuration always requires an identity provider. The other three providers are optional; if an authentication, access, or password provider is not defined, then the identity provider is used for that function.
SSSD can use IdM for all of its back end functions. This is the ideal configuration because it provides the full range of IdM functionality, unlike generic LDAP identity providers or Kerberos authentication. For example, during daily operation, SSSD enforces host-based access control rules and security features in IdM.
Figure 6.2. Clients and SSSD with an IdM back end
The ipa-client-install script automatically configures SSSD to use IdM for all its back end services, so that RHEL clients are set up with the recommended configuration by default.
Additional information
6.2.3. Alternative supported configuration Copier lienLien copié sur presse-papiers!
Unix and Linux systems such as Mac, Solaris, HP-UX, AIX, and Scientific Linux support all of the services that Identity Management (IdM) manages but do not use SSSD. Similarly, older Red Hat Enterprise Linux (RHEL) versions, specifically 6.1 and 5.6, support SSSD but have an older version, which does not support IdM as an identity provider.
If it is not possible to use a modern version of SSSD on a system, then clients can be configured in the following way:
-
The client connects to the IdM server as if it were an LDAP directory server for identity lookups, by using
nss_ldap. -
The client connects to the IdM server as if it were a regular Kerberos KDC, by using
pam_krb5.
For more information about configuring a RHEL client with an older version of SSSD to use the IdM server as its identity provider and its Kerberos authentication domain, see the Configuring identity and authentication providers for SSSD section of the RHEL 7 System-Level Authentication Guide.
Figure 6.3. Clients and IdM with LDAP and Kerberos
It is generally best practice to use the most secure configuration possible for a client. This means SSSD or LDAP for identities and Kerberos for authentication. However, for some maintenance situations and IT structures, you may need to resort to the simplest possible scenario: configuring LDAP to provide both identity and authentication by using the nss_ldap and pam_ldap libraries on the clients.
6.3. Planning password migration when migrating from LDAP to IdM Copier lienLien copié sur presse-papiers!
A crucial question to answer before migrating users from LDAP to Identity Management (IdM) is whether to migrate user passwords or not. The following options are available:
- Migrating users without passwords
Can be performed more quickly but requires more manual work by administrators and users. In certain situations, this is the only available option: for example, if the original LDAP environment stored cleartext user passwords or if the passwords do not meet the password policy requirements defined in IdM.
When migrating user accounts without passwords, you reset all user passwords. The migrated users are assigned a temporary password that they change at the first login. For more information about how to reset passwords, see Changing and resetting user passwords in HREL 7 IdM documentation.
- Migrating users with their passwords
Provides a smoother transition but also requires parallel management of LDAP directory and IdM during the migration and transition process. The reason for this is that by default, IdM uses Kerberos for authentication and requires that each user has a Kerberos hash stored in the IdM Directory Server in addition to the standard user password. To generate the hash, the user password needs to be available to the IdM server in clear text. When you create a new user password, the password is available in clear text before it is hashed and stored in IdM. However, when the user is migrated from an LDAP directory, the associated user password is already hashed, so the corresponding Kerberos key cannot be generated.
ImportantBy default, users cannot authenticate to the IdM domain or access IdM resources until they have Kerberos hashes - even if the user accounts already exist. One workaround is available: using LDAP authentication in IdM instead of Kerberos authentication. With this workaround, Kerberos hashes are not required for users. However, this workaround limits the capabilities of IdM and is not recommended.
The following sections explain how to migrate users and their passwords:
6.3.1. Methods for migrating passwords when migrating LDAP to IdM Copier lienLien copié sur presse-papiers!
To migrate user accounts from LDAP to Identity Management (IdM) without forcing the users to change their passwords, you can use the following methods:
Method 1: Using the migration web page
Tell users to enter their LDAP credentials once into a special page in the IdM Web UI, https://ipaserver.example.com/ipa/migration. A script running in the background then captures the clear text password and properly updates the user account with the password and an appropriate Kerberos hash.
Method 2 (recommended): Using SSSD
Mitigate the user impact of the migration by using the System Security Services Daemon (SSSD) to generate the required user keys. For deployments with a lot of users or where users should not be burdened with password changes, this is the best scenario.
Workflow
- A user tries to log into a machine with SSSD.
- SSSD attempts to perform Kerberos authentication against the IdM server.
- Even though the user exists in the system, the authentication fails with the error key type is not supported because the Kerberos hashes do not exist yet.
- SSSD performs a plain text LDAP bind over a secure connection.
- IdM intercepts this bind request. If the user has a Kerberos principal but no Kerberos hashes, then the IdM identity provider generates the hashes and stores them in the user entry.
- If authentication is successful, SSSD disconnects from IdM and tries Kerberos authentication again. This time, the request succeeds because the hash exists in the entry.
With method 2, the entire process is invisible to the users. They log in to a client service without noticing that their password has been moved from LDAP to IdM.
6.3.2. Planning the migration of cleartext LDAP passwords Copier lienLien copié sur presse-papiers!
Although in most deployments LDAP passwords are stored encrypted, there may be some users or some environments that use cleartext passwords for user entries.
When users are migrated from the LDAP server to the IdM server, their cleartext passwords are not migrated over because IdM does not allow cleartext passwords. Instead, a Kerberos principal is created for each user, the keytab is set to true, and the password is set as expired. This means that IdM requires the user to reset the password at the next login. For more information, see Planning the migration of LDAP passwords that do not meet the IdM requirements.
6.3.3. Planning the migration of LDAP passwords that do not meet the IdM requirements Copier lienLien copié sur presse-papiers!
If user passwords in the original directory do not meet the password policies defined in Identity Management (IdM), the passwords become invalid after the migration.
Password reset is done automatically the first time a user attempts to obtain a Kerberos ticket-granting ticket (TGT) in the IdM domain by entering kinit. The user is forced to change his or her password:
kinit Password for migrated_idm_user@IDM.EXAMPLE.COM: Password expired. You must change it now. Enter new password: Enter it again:
[migrated_idm_user@idmclient ~]$ kinit
Password for migrated_idm_user@IDM.EXAMPLE.COM:
Password expired. You must change it now.
Enter new password:
Enter it again:
6.4. Further migration considerations and requirements Copier lienLien copié sur presse-papiers!
As you are planning a migration from an LDAP server to Identity Management (IdM), ensure that your LDAP environment is able to work with the IdM migration script.
6.4.1. LDAP servers supported for migration Copier lienLien copié sur presse-papiers!
The migration process from an LDAP server to IdM uses a special script, ipa migrate-ds, to perform the migration. This script has specific requirements regarding the structure of the LDAP directory and LDAP entries. Migration is supported only for LDAPv3-compliant directory services, which include several common directories:
- Sun ONE Directory Server
- Apache Directory Server
- OpenLDAP
Migration from an LDAP server to IdM has been tested with Red Hat Directory Server and OpenLDAP.
Migration using the migration script is not supported for Microsoft Active Directory because it is not an LDAPv3-compliant directory. For assistance with migrating from Active Directory, contact Red Hat Professional Services.
6.4.2. LDAP environment requirements for migration Copier lienLien copié sur presse-papiers!
Many different possible configuration scenarios exist for LDAP servers and for Identity Management (IdM), which affects the smoothness of the migration process. For the example migration procedures, these are the assumptions about the environment:
- A single LDAP directory domain is being migrated to one IdM realm. No consolidation is involved.
- A user password is stored as a hash in the LDAP directory. For a list of supported hashes, see the Password Storage Schemes section in the Configuration, Command, and File Reference title available in the Red Hat Directory Server 10 section of Red Hat Directory Server Documentation.
-
The LDAP directory instance is both the identity store and the authentication method. Client machines are configured to use the
pam_ldapornss_ldaplibrary to connect to the LDAP server. - Entries use only the standard LDAP schema. Entries that contain custom object classes or attributes are not migrated to IdM.
The
ipa migrate-dscommand only migrates the following accounts:-
Those containing a
gidNumberattribute. The attribute is required by theposixAccountobject class. -
Those containing an
snattribute. The attribute is required by thepersonobject class.
-
Those containing a
Generic LDAP supports a deeply nested structure with Organizational Units (OUs). This allows LDAP directories to be structured hierarchically, with multiple levels of OUs, groups, and users. This level of hierarchy is not possible in RHEL IdM, where all users are stored in the cn=users,cn=accounts,$SUFFIX flat user container. Therefore, when migrating an LDAP database with a deeply nested structure to RHEL IdM, you have the following choices:
- Perform several migrations for users from different OUs.
- Perform a subtree search to cover multiple OUs.
For more details on these options, see ipa migrate-ds —help.
6.4.3. IdM system requirements for migration Copier lienLien copié sur presse-papiers!
With a moderately-sized directory of around 10,000 users and 10 groups, it is necessary to have a powerful enough target IdM system to allow the migration to proceed. The minimum requirements for a migration are:
- 4 cores
- 4GB of RAM
- 30GB of disk space
A SASL buffer size of 2MB, which is the default for an IdM server
In case of migration errors, increase the buffer size:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Set the
nsslapd-sasl-max-buffer-sizevalue in bytes.
6.4.4. User and group ID numbers Copier lienLien copié sur presse-papiers!
When migrating from LDAP to an IdM deployment, ensure that no user ID (UID) and group ID (GID) conflict exists between the deployments. Before migration, verify that:
- You know your LDAP ID range.
- You know your IdM ID range.
- No overlap exists between UIDs and GIDs on the LDAP server and existing UIDs or GIDs on the RHEL system or IdM deployment.
The migrated LDAP UIDs and GIDs fit into the IdM ID range.
- If needed, create a new IdM ID range prior to migration.
6.4.5. Considerations about sudo rules Copier lienLien copié sur presse-papiers!
If you are using sudo with LDAP, you must migrate the sudo rules stored in LDAP to Identity Management (IdM) manually. Red Hat recommends that you recreate netgroups in IdM as hostgroups. IdM presents hostgroups automatically as traditional netgroups for sudo configurations that do not use the SSSD sudo provider.
6.4.6. LDAP to IdM migration tools Copier lienLien copié sur presse-papiers!
Identity Management (IdM) uses a specific command, ipa migrate-ds, to execute the migration process so that LDAP directory data are properly formatted and imported cleanly into the IdM server. When using ipa migrate-ds, the remote system user, specified by the --bind-dn option, must have read access to the userPassword attribute, otherwise passwords will not be migrated.
The IdM server must be configured to run in migration mode, and then the migration script can be used. For details, see Migrating an LDAP server to IdM.
6.4.7. Improving LDAP to IdM migration performance Copier lienLien copié sur presse-papiers!
An LDAP migration is essentially a specialized import operation for the 389 Directory Server (DS) instance within the IdM server. Tuning the 389 DS instance for better import operation performance can help improve the overall migration performance.
There are two parameters that directly affect import performance:
The
nsslapd-cachememsizeattribute, which defines the size allowed for the entry cache. This is a buffer that is automatically set to 80% of the total cache memory size. For large import operations, you can increase this parameter and possibly the memory cache itself. This increase will improve the efficiency of the directory service in handling a large number of entries or entries with large attributes.For details on how to modify the attribute using the
dsconfcommand, see Adjusting the entry cache size in the IdM Directory Server.The system
ulimitconfiguration option sets the maximum number of allowed processes for a system user. Processing a large database can exceed the limit. If this happens, increase the value:ulimit -u 4096
[root@server ~]# ulimit -u 4096Copy to Clipboard Copied! Toggle word wrap Toggle overflow
6.4.8. LDAP to IdM migration sequence Copier lienLien copié sur presse-papiers!
There are four major steps when migrating to IdM, but their order varies depending on whether you want to first migrate the server or the clients.
Both the client-first and server-first migrations provide a general migration procedure, but they may not work in every environment. Set up a test LDAP environment and test the migration process before attempting to migrate the real LDAP environment.
- Client-first migration
SSSD is used to change the client configuration while an Identity Management (IdM) server is configured:
- Deploy SSSD.
- Reconfigure clients to connect to the current LDAP server and then fail over to IdM.
- Install the IdM server.
-
Migrate the user data using the IdM
ipa migrate-dsscript. This exports the data from the LDAP directory, formats for the IdM schema, and then imports it into IdM. - Take the LDAP server offline and allow clients to fail over to IdM transparently.
- Server-first migration
The LDAP to IdM migration comes first:
- Install the IdM server.
-
Migrate the user data using the IdM
ipa migrate-dsscript. This exports the data from the LDAP directory, formats it for the IdM schema, and then imports it into IdM. - Optional: Deploy SSSD.
Reconfigure clients to connect to IdM. It is not possible to simply replace the LDAP server. The IdM directory tree - and therefore user entry DNs - is different from the previous directory tree.
While it is required that clients must be reconfigured, clients do not need to be reconfigured immediately. Updated clients can point to the IdM server while other clients point to the old LDAP directory, allowing a reasonable testing and transition phase after the data are migrated.
NoteDo not run both an LDAP directory service and the IdM server for very long in parallel. This introduces the risk of user data becoming inconsistent between the two services.
6.5. Customizing the migration from LDAP to IdM Copier lienLien copié sur presse-papiers!
You can migrate your authentication and authorization services from an LDAP server to Identity Management (IdM) using the ipa migrate-ds command. Without additional options, the command takes the LDAP URL of the directory to migrate and exports the data based on common default settings.
You can customize the migration process and how data is identified and exported by using different ipa migrate-ds command options. Customize the migration if your LDAP directory tree has a unique structure or if you know you must exclude certain entries or attributes within entries.
6.5.1. Examples of customizing the Bind DN and Base DN during the migration from LDAP to IdM Copier lienLien copié sur presse-papiers!
Use the ipa migrate-ds command to migrate from LDAP to Identity Management (IdM). Without additional options, the command takes the LDAP URL of the directory to migrate and exports the data based on common default settings. The following are examples of modifying the default settings:
ipa migrate-ds ldap://ldap.example.com:389
# ipa migrate-ds ldap://ldap.example.com:389
- Customizing the Bind DN
By default, the DN "
cn=Directory Manager" is used to bind to the remote LDAP directory. Use the--bind-dnoption to specify a custom bind DN:ipa migrate-ds ldap://ldap.example.com:389 --bind-dn=cn=Manager,dc=example,dc=com
# ipa migrate-ds ldap://ldap.example.com:389 --bind-dn=cn=Manager,dc=example,dc=comCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Customizing the naming context
If the LDAP server naming context differs from the one used in IdM, the base DNs for objects are transformed. For example:
uid=user,ou=people,dc=ldap,dc=example,dc=comis migrated touid=user,ou=people,dc=idm,dc=example,dc=com. Using the--base-dnoption, you can change the target for container subtrees and thus set the base DN used on the remote LDAP server for the migration:ipa migrate-ds --base-dn="ou=people,dc=example,dc=com" ldap://ldap.example.com:389
# ipa migrate-ds --base-dn="ou=people,dc=example,dc=com" ldap://ldap.example.com:389Copy to Clipboard Copied! Toggle word wrap Toggle overflow
6.5.2. The migration of specific subtrees Copier lienLien copié sur presse-papiers!
The default directory structure places person entries in the ou=People subtree and group entries in the ou=Groups subtree. These subtrees are container entries for those different types of directory data. If you do not use any options with the migrate-ds command, then the utility assumes that the given LDAP directory uses the ou=People and ou=Groups structure.
Many deployments may have an entirely different directory structure or you may only want to export certain parts of the original directory tree. As an administrator, you can use the following options to specify the RDN of a different user or group subtree on the source LDAP server:
-
--user-container -
--group-container
In both cases, the subtree must be a relative distinguished name (RDN) and must be relative to the base DN. For example, you can migrate the >ou=Employees,dc=example,dc=com directory tree by using --user-container=ou=Employees.
For example:
ipa migrate-ds --user-container=ou=employees \ --group-container="ou=employee groups" ldap://ldap.example.com:389
[ipaserver ~]# ipa migrate-ds --user-container=ou=employees \
--group-container="ou=employee groups" ldap://ldap.example.com:389
Optionally, add the --scope option to the ipa migrate-ds command to set the scope:
-
onelevel: Default. Only entries in the specified container are migrated. -
subtree: Entries in the specified container and all subcontainers are migrated. -
base: Only the specified object itself is migrated.
6.5.3. The inclusion and exclusion of entries Copier lienLien copié sur presse-papiers!
By default, the ipa migrate-ds script imports every user entry with the person object class and every group entry with the groupOfUniqueNames or groupOfNames object class.
In some migration paths, only specific types of users and groups may need to be exported, or, alternatively, specific users and groups may need to be excluded. You can select which types of users and groups to include by setting which object classes to search for when looking for user or group entries.
This option is particularly useful when you use custom object classes for different user types. For example, the following command migrates only users with the custom fullTimeEmployee object class:
ipa migrate-ds --user-objectclass=fullTimeEmployee ldap://ldap.example.com:389
[root@ipaserver ~]# ipa migrate-ds --user-objectclass=fullTimeEmployee ldap://ldap.example.com:389
Because of the different types of groups, this is also very useful for migrating only certain types of groups, such as user groups, while excluding other types of groups, like certificate groups. For example:
ipa migrate-ds --group-objectclass=groupOfNames --group-objectclass=groupOfUniqueNames ldap://ldap.example.com:389
[root@ipaserver ~]# ipa migrate-ds --group-objectclass=groupOfNames --group-objectclass=groupOfUniqueNames ldap://ldap.example.com:389
Specifying user and group entries to migrate based on object class implicitly excludes all other users and groups from migration.
Alternatively, it can be useful to migrate all user and group entries except for just a small handful of entries. You can exclude specific user or group accounts while migrating all others of that type. For example, this excludes only a hobbies group and two users:
ipa migrate-ds --exclude-groups="Golfers Group" --exclude-users=idmuser101 --exclude-users=idmuser102 ldap://ldap.example.com:389
[root@ipaserver ~]# ipa migrate-ds --exclude-groups="Golfers Group" --exclude-users=idmuser101 --exclude-users=idmuser102 ldap://ldap.example.com:389
Exclude statements are applied to users matching the pattern in the uid and to groups matching it in the cn attribute.
You can migrate a general object class but exclude specific entries of that class. For example, this specifically includes users with the fullTimeEmployee object class, yet excludes three managers:
ipa migrate-ds --user-objectclass=fullTimeEmployee --exclude-users=jsmith --exclude-users=bjensen --exclude-users=mreynolds ldap://ldap.example.com:389
[root@ipaserver ~]# ipa migrate-ds --user-objectclass=fullTimeEmployee --exclude-users=jsmith --exclude-users=bjensen --exclude-users=mreynolds ldap://ldap.example.com:389
6.5.4. The exclusion of entry attributes Copier lienLien copié sur presse-papiers!
By default, every attribute and object class for a user or group entry is migrated. In certain scenarios, that may not be realistic, either because of bandwidth and network constraints or because the attribute data are no longer relevant. For example, if users are going to be assigned new user certificates as they join the Identity Management (IdM) domain, then migrating the userCertificate attribute would be useless.
You can ignore specific object classes and attributes by using the following options with the migrate-ds command:
-
--user-ignore-objectclass -
--user-ignore-attribute -
--group-ignore-objectclass -
--group-ignore-attribute
For example, to exclude the userCertificate attribute and strongAuthenticationUser object class for users and the groupOfCertificates object class for groups:
ipa migrate-ds --user-ignore-attribute=userCertificate --user-ignore-objectclass=strongAuthenticationUser --group-ignore-objectclass=groupOfCertificates ldap://ldap.example.com:389
[root@ipaserver ~]# ipa migrate-ds --user-ignore-attribute=userCertificate --user-ignore-objectclass=strongAuthenticationUser --group-ignore-objectclass=groupOfCertificates ldap://ldap.example.com:389
Make sure not to ignore any required attributes. Also, when excluding object classes, make sure to exclude any attributes that only that object class supports.
6.5.5. The schema to use when migrating from LDAP to IdM and the schema compat feature Copier lienLien copié sur presse-papiers!
Identity Management (IdM) uses the RFC2307bis schema to define user, host, host group, and other network identities. However, if the LDAP server used as the source for the migration uses the RFC2307 schema instead, specify the --schema option with the ipa migrate-ds command:
ipa migrate-ds --schema=RFC2307 ldap://ldap.example.com:389
[root@ipaserver ~]# ipa migrate-ds --schema=RFC2307 ldap://ldap.example.com:389
Alternatively, IdM has a built-in schema compat feature that allows IdM to reformat data for systems that do not support RFC2307bis. The compat plugin is enabled by default, which means that the directory server computes an alternate view of the users and groups and provides this view in the cn=users,cn=compat,dc=example,dc=com container entry. It does this by precomputing the contents of its entries at startup-time and refreshing its entries as needed.
It is recommended that this feature is disabled during the migration to reduce system overhead.
6.6. Migrating an LDAP server to IdM Copier lienLien copié sur presse-papiers!
You can migrate your authentication and authorization services from an LDAP server to Identity Management (IdM) using the ipa migrate-ds command.
This is a general migration procedure that may not work in every environment.
It is strongly recommended that you set up a test LDAP environment and test the migration process before attempting to migrate the real LDAP environment. When testing the environment, do the following:
- Create a test user in IdM and compare the output of migrated users to that of the test user.
- Compare the output of migrated users, as seen on IdM, to the source users, as seen on the original LDAP server.
For more guidance, see the Verification section below.
Prerequisites
- You have administrator privileges to the LDAP directory.
- If IdM is already installed, you have administrator privileges to IdM.
-
You are logged in as
rooton the RHEL system on which you are executing the procedure below. You have read and understood the following chapters:
Procedure
If IdM is not yet installed: install the IdM server, including any custom LDAP directory schema, on a different machine from the one on which the existing LDAP directory is installed. For details, see Installing Identity Management.
NoteCustom user or group schemas have limited support in IdM. They can cause problems during the migration because of incompatible object definitions.
For performance reasons, disable the compat plug-in:
ipa-compat-manage disable
# ipa-compat-manage disableCopy to Clipboard Copied! Toggle word wrap Toggle overflow For more information about the schema compat feature and the benefits of disabling it for the migration, see The schema to use when migrating from LDAP to IdM and the schema compat feature.
Restart the IdM Directory Server instance:
systemctl restart dirsrv.target
# systemctl restart dirsrv.targetCopy to Clipboard Copied! Toggle word wrap Toggle overflow Configure the IdM server to allow migration:
ipa config-mod --enable-migration=TRUE
# ipa config-mod --enable-migration=TRUECopy to Clipboard Copied! Toggle word wrap Toggle overflow By setting
--enable-migrationto TRUE, you do the following:- Allow pre-hashed passwords during an LDAP add operation.
- Configure SSSD to try the password migration sequence if the initial Kerberos authentication fails. For more information, see the Workflow section in Using SSSD when migrating passwords from LDAP to IdM.
Run the IdM migration script,
ipa migrate-ds, with the options that are relevant for your use case. For more information, see Customizing the migration from LDAP to IdM.ipa migrate-ds --your-options ldap://ldap.example.com:389
# ipa migrate-ds --your-options ldap://ldap.example.com:389Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteIf you did not disable the compat plug-in in one of the previous steps, add the
--with-compatoption toipa migrate-ds:ipa migrate-ds --your-options --with-compat ldap://ldap.example.com:389
# ipa migrate-ds --your-options --with-compat ldap://ldap.example.com:389Copy to Clipboard Copied! Toggle word wrap Toggle overflow Re-enable the compat plug-in:
ipa-compat-manage enable
# ipa-compat-manage enableCopy to Clipboard Copied! Toggle word wrap Toggle overflow Restart the IdM Directory Server:
systemctl restart dirsrv.target
# systemctl restart dirsrv.targetCopy to Clipboard Copied! Toggle word wrap Toggle overflow When all users have had their passwords migrated, disable the migration mode:
ipa config-mod --enable-migration=FALSE
# ipa config-mod --enable-migration=FALSECopy to Clipboard Copied! Toggle word wrap Toggle overflow -
Optional: When all of the users have been migrated, reconfigure non-SSSD clients to use Kerberos authentication, that is
pam_krb5, instead of LDAP authentication, that ispam_ldap. For more information, see Configuring a Kerberos Client in the RHEL 7 System-level Authentication Guide. Have users generate their hashed Kerberos passwords. Choose one of the methods described in Planning password migration when migrating from LDAP to IdM.
If you decide on the SSSD method:
Move clients that have SSSD installed from the LDAP directory to the IdM directory, and enroll them as clients with IdM. This downloads the required keys and certificates.
On Red Hat Enterprise Linux clients, this can be done using the
ipa-client-installcommand. For example:ipa-client-install --enable-dns-update
# ipa-client-install --enable-dns-updateCopy to Clipboard Copied! Toggle word wrap Toggle overflow
If you decide on the IdM migration web page method:
Instruct users to log into IdM using the migration web page:
https://ipaserver.example.com/ipa/migration
https://ipaserver.example.com/ipa/migrationCopy to Clipboard Copied! Toggle word wrap Toggle overflow
To monitor the user migration process, query the existing LDAP directory to see which user accounts have a password but do not yet have a Kerberos principal key.
ldapsearch -LL -x -D 'cn=Directory Manager' -w secret -b 'cn=users,cn=accounts,dc=example,dc=com' '(&(!(krbprincipalkey=))(userpassword=))' uid
$ ldapsearch -LL -x -D 'cn=Directory Manager' -w secret -b 'cn=users,cn=accounts,dc=example,dc=com' '(&(!(krbprincipalkey=))(userpassword=))' uidCopy to Clipboard Copied! Toggle word wrap Toggle overflow NoteInclude the single quotes around the filter so that it is not interpreted by the shell.
- When the migration of all clients and users is complete, decommission the LDAP directory.
Verification
Create a test user in IdM by using the
ipa user-addcommand. Compare the output of migrated users to that of the test user. Ensure that the migrated users contain the minimal set of attributes and object classes present on the test user. For example:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Compare the output of migrated users, as seen on IdM, to the source users, as seen on the original LDAP server. Ensure that imported attributes are not copied twice and that they have the correct values.
6.7. Migrating from LDAP to IdM over SSL Copier lienLien copié sur presse-papiers!
You can migrate your authentication and authorization services from an LDAP server to Identity Management (IdM) using the ipa migrate-ds command. Follow this procedure to encrypt the data transmitted during the migration.
This is a general migration procedure that may not work in every environment.
It is strongly recommended that you set up a test LDAP environment and test the migration process before attempting to migrate the real LDAP environment. When testing the environment, do the following:
- Create a test user in IdM and compare the output of migrated users to that of the test user.
- Compare the output of migrated users, as seen on IdM, to the source users, as seen on the original LDAP server.
For more guidance, see the Verification section below.
Prerequisites
- You have administrator privileges to the LDAP directory.
- If IdM is already installed, you have administrator privileges to IdM.
-
You are logged in as
rooton the RHEL system on which you are executing the procedure below. You have read and understood the following chapters:
Procedure
-
Store the certificate of the CA that issued the remote LDAP server certificate in a file on the future IdM server. For example:
/tmp/remote.crt. Follow the steps described in Migrating an LDAP server to IdM. However, for an encrypted LDAP connection during the migration, use the
ldapsprotocol in the URL and pass the--ca-cert-fileoption to theipa migrate-dscommand. For example:ipa migrate-ds --ca-cert-file=/tmp/remote.crt --your-other-options ldaps://ldap.example.com:636
# ipa migrate-ds --ca-cert-file=/tmp/remote.crt --your-other-options ldaps://ldap.example.com:636Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Verification
Create a test user in IdM by using the
ipa user-addcommand. Compare the output of migrated users to that of the test user. Ensure that the migrated users contain the minimal set of attributes and object classes present on the test user. For example:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Compare the output of migrated users, as seen on IdM, to the source users, as seen on the original LDAP server. Ensure that imported attributes are not copied twice and that they have the correct values.