Chapter 18. Uninstalling an IdM client
As an administrator, you can remove an Identity Management (IdM) client from the environment.
18.1. Uninstalling an IdM client
Uninstalling a client removes the client from the Identity Management (IdM) domain, along with all of the specific IdM configuration of system services, such as System Security Services Daemon (SSSD). This restores the previous configuration of the client system.
Procedure
- Enter the - ipa-client-install --uninstallcommand:- ipa-client-install --uninstall - [root@client ~]# ipa-client-install --uninstall- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow 
- Optional: Check that you cannot obtain a Kerberos ticket-granting ticket (TGT) for an IdM user: - kinit admin - [root@client ~]# kinit admin kinit: Client 'admin@EXAMPLE.COM' not found in Kerberos database while getting initial credentials [root@client ~]#- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow - If a Kerberos TGT ticket has been returned successfully, follow the additional uninstallation steps in Uninstalling an IdM client: additional steps after multiple past installations. 
- On the client, remove old Kerberos principals from each identified keytab other than - /etc/krb5.keytab:- ipa-rmkeytab -k /path/to/keytab -r EXAMPLE.COM - [root@client ~]# ipa-rmkeytab -k /path/to/keytab -r EXAMPLE.COM- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow 
- On an IdM server, remove all DNS entries for the client host from IdM: - Copy to Clipboard Copied! - Toggle word wrap Toggle overflow 
- On the IdM server, remove the client host entry from the IdM LDAP server. This removes all services and revokes all certificates issued for that host: - ipa host-del client.idm.example.com - [root@server ~]# ipa host-del client.idm.example.com- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow Important- Removing the client host entry from the IdM LDAP server is crucial if you think you might re-enroll the client in the future, with a different IP address or a different hostname. 
18.2. Uninstalling an IdM client: additional steps after multiple past installations
If you install and uninstall a host as an Identity Management (IdM) client multiple times, the uninstallation procedure might not restore the pre-IdM Kerberos configuration.
In this situation, you must manually remove the IdM Kerberos configuration. In extreme cases, you must reinstall the operating system.
Prerequisites
- 
							You have used the ipa-client-install --uninstallcommand to uninstall the IdM client configuration from the host. However, you can still obtain a Kerberos ticket-granting ticket (TGT) for an IdM user from the IdM server.
- 
							You have checked that the /var/lib/ipa-client/sysrestoredirectory is empty and hence you cannot restore the prior-to-IdM-client configuration of the system using the files in the directory.
Procedure
- Check the - /etc/krb5.conf.ipafile:- If the contents of the - /etc/krb5.conf.ipafile are the same as the contents of the- krb5.conffile prior to the installation of the IdM client, you can:- Remove the - /etc/krb5.conffile:- rm /etc/krb5.conf - # rm /etc/krb5.conf- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow 
- Rename the - /etc/krb5.conf.ipafile into- /etc/krb5.conf:- mv /etc/krb5.conf.ipa /etc/krb5.conf - # mv /etc/krb5.conf.ipa /etc/krb5.conf- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow 
 
- 
									If the contents of the /etc/krb5.conf.ipafile are not the same as the contents of thekrb5.conffile prior to the installation of the IdM client, you can at least restore the Kerberos configuration to the state directly after the installation of the operating system:
 - Re-install the - krb5-libspackage:- yum reinstall krb5-libs - # yum reinstall krb5-libs- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow - As a dependency, this command will also re-install the - krb5-workstationpackage and the original version of the- /etc/krb5.conffile.
 
- 
							Remove the var/log/ipaclient-install.logfile if present.
Verification
- Try to obtain IdM user credentials. This should fail: - kinit admin - [root@r8server ~]# kinit admin kinit: Client 'admin@EXAMPLE.COM' not found in Kerberos database while getting initial credentials [root@r8server ~]#- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow 
					The /etc/krb5.conf file is now restored to its factory state. As a result, you cannot obtain a Kerberos TGT for an IdM user on the host.