Comment 16 for bug 1900642

Revision history for this message
Stéphane (steph-pak) wrote :

I have the same problem. Some people found an workaround:

"SOLVED
# debug with
sudo sssd -d9 -i
# solution
sudo cp /usr/lib/x86_64-linux-gnu/sssd/conf/sssd.conf /etc/sssd/.
sudo chmod 600 /etc/sssd/sssd.conf"

source: https://ubuntuforums.org/showthread.php?t=2452209&p=13993643

In my case, I did this :
sudo ln -s /usr/lib/x86_64-linux-gnu/sssd/conf/sssd.conf /etc/sssd/sssd.conf

It work for me, but is it a "good/best practice" solution ?