Chapter 10. Uninstalling SSSD Containers
This chapter describes how you can uninstall a System Security Services Daemon (SSSD) container.
10.1. Uninstalling an SSSD Container Enrolled in an Identity Management Domain
This procedure describes how to uninstall the System Security Services Daemon (SSSD) container from an Atomic Host system and unenroll the Atomic Host system from the Identity Management domain.
Procedure
Use the
atomic uninstallcommand, and include the image name:# atomic uninstall rhel7/sssd [... output truncated ...] Unenrolling client from IPA server [... output truncated ...] Client uninstall complete [... output truncated ...]Remove the Atomic Host system’s host entry on an Identity Management server. For example, from the command line:
$ ipa host-del <atomic.example.com>To prevent the sssd service on the Atomic Host from attempting to start the container that is now unconfigured, remove the systemd unit file for the service and reload the systemd process:
# rm /etc/systemd/system/sssd.service # systemctl daemon-reload
10.2. Uninstalling an SSSD Container Joined to an Active Directory Domain
This procedure describes how to uninstall the System Security Services Daemon (SSSD) container from an Atomic Host system and unenroll the Atomic Host system from the Active Directory domain.
Procedure
Use the
atomic uninstallcommand, include the image name, and specify the realm that you want to leave. If you are using the default Administrator user account for the operation:# atomic uninstall rhel7/sssd realm leave <ad.example.com>If you are using another user account, specify it with the
--useroption:# atomic uninstall rhel7/sssd realm leave --user <user_name> <ad.example.com>

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.