When I try to start SSSD, it fails with the following error message:
SSSD couldn't load the configuration database: No domain is enabled
sssd.service: Main process exited, code=exited, status=4/NOPERMISSION
My sssd.conf is as follows:
[sssd]
domains = LDAP, files
services = nss, pam, sudo, autofs, ssh
config_file_version = 2
[nss]
filter_groups = root
filter_users = root
[domain/LDAP]
id_provider = ldap
ldap_uri = ldapi:///
ldap_search_base = dc=example,dc=local
auth_provider = krb5
krb5_server = 127.0.0.1
krb5_realm = EXAMPLE.LOCAL
[domain/files]
id_provider = files
I tried to use the example configuration file located at
/usr/share/doc/sssd-common/examples/sssd-example.conf, but I receive
the same error message, so my configuration seems to be just fine.
Kind regards,
Travis Bean