Ubuntu Server 16.04 SSSD Not Loading

Elcid_91 picture Elcid_91 · Jun 3, 2016 · Viewed 15.2k times · Source

I am attempting to authenticate my Ubuntu 16.04 server to an AD but having trouble loading SSSD. My sssd.conf file looks like this:

[sssd]
services = nss, pam
config_file_version = 2
domains = MYDOMAIN.LOCAL
id_provider = ad
access_provider = ad
override_homedir = /home/%d/%u

It is owned by root:root and file permission is set to 600. When attempting to start SSSD, systemctl reports the following:

● sssd.service - System Security Services Daemon
   Loaded: loaded (/lib/systemd/system/sssd.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2016-06-03 08:06:46 EDT; 9s ago
  Process: 6979 ExecStart=/usr/sbin/sssd -D -f (code=exited, status=4)

Jun 03 08:06:46 tempsvr systemd[1]: Starting System Security Services Daemon...
Jun 03 08:06:46 tempsvr sssd[6979]: SSSD couldn't load the configuration database [2]: No such file or directory.
Jun 03 08:06:46 tempsvr systemd[1]: sssd.service: Control process exited, code=exited status=4
Jun 03 08:06:46 tempsvr systemd[1]: Failed to start System Security Services Daemon.
Jun 03 08:06:46 tempsvr systemd[1]: sssd.service: Unit entered failed state.
Jun 03 08:06:46 tempsvr systemd[1]: sssd.service: Failed with result 'exit-code'.

Am I overlooking something? Thanks!!

Answer

Tim Connolly picture Tim Connolly · Jul 6, 2016

I ran into a similar problem when upgrading to 16.04. I can't tell you what the source of your problem is but the following will provide a lot more useful information to help figure it out:

$ sudo sssd -d9 -i