I have found a workaround - by deleting the sss cache files the remote user
profiles disappear from the lightdm login screen:
log-in as LOCAL administrator (sudo user) (i.e. basically the account that was
created during installation)
delete SSS cache files:
sudo rm /var/lib/sss/db/*
sudo rm /var/
Sorry but my workaround was incomplete - i.e. to clean up the login screen (and
clean up the cached passwords) I use the following commands:
sudo rm /var/lib/sss/db/*
sudo rm /var/lib/sss/mc/*
sudo rm -rf /var/lib/lightdm/.cache
sudo rm -rf /var/cache/lightdm
sudo rm -rf /var/log/wtmp
And reboot t
2 matches
Mail list logo