[Dx-packages] [Bug 988072] Re: Can't remove user if they're not in /etc/passwd

2014-12-16 Thread R. Becke
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/

[Dx-packages] [Bug 988072] Re: Can't remove user if they're not in /etc/passwd

2015-01-25 Thread R. Becke
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