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
-- 
_______________________________________________
sssd-users mailing list -- sssd-users@lists.fedorahosted.org
To unsubscribe send an email to sssd-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to