I made a mistake today on a test server when trying to stop and restart sssd today. I stopped it then went to clear cache using
PHP Code:
rm -rf /var/lib/sss/db/*
but I accidentally did
PHP Code:
rm -rf /var/lib/sss/db*
When I went to restart it I got a couple messages saying "Unable to open tdb '/var/lib/sss/db/config.ldb': No such file or directory". I deleted the /db directory!!
Is there anyway to fix this? I am running RHEL 7.2.