On Ubuntu 22.04LTS the command:sudo sss_cache -E not working.To achieve the same effect, the following commands must be run in series:
sudo systemctl stop sssd; sudo rm -f /var/lib/sss/db/* /var/log/sssd/* ; sudo systemctl start sssd
On Ubuntu 22.04LTS the command:sudo sss_cache -E not working.To achieve the same effect, the following commands must be run in series:
sudo systemctl stop sssd; sudo rm -f /var/lib/sss/db/* /var/log/sssd/* ; sudo systemctl start sssd