Restart SSSD Service
Just documenting how to restart SSSD service. SSSD is a service that allows Active Directory groups access to Linux systems.
<pre lang="bash">
systemctl restart sssd.service
For other or older Linux distros, you may have to use this:
<pre lang="bash">
service sssd restart
You can always try the other if one doesn’t work.