Koozali.org: home of the SME Server

SSSD Client login issues

Offline ReetP

  • *
  • 3,952
  • +6/-0
SSSD Client login issues
« on: June 02, 2017, 02:54:30 PM »
If you have just updated your *buntu desktop and use SSSD for client authentication you may find that you can no longer login.

There seems to be a bug in the update. It may not occur if you have autofs installed:

https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1695129

Login via the terminal (you did set up a local user didn't you ? !!!!)

Code: [Select]
Ctrl+F1
This gets the sssd service running:

Code: [Select]
sudo service sssd restart
To fix it:

Edit /etc/init/sssd.conf

-start on (filesystem and net-device-up and starting autofs)
+start on (filesystem and net-device-up)

(Just remove 'and starting autofs')

Their Q&A seems to be a complete mess :-)

HTH

Rgds
John
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline ReetP

  • *
  • 3,952
  • +6/-0
Re: SSSD Client login issues
« Reply #1 on: August 30, 2017, 05:29:41 PM »
As a follow up this has been fixed in an update
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation