Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

When I try to install SSSD using yum install sssd terminal writes that installation completed fine, but when I try to service sssd start it writes

sssd: unrecognized service

Then when I attemp to start it using /etc/init.d/sssd start I get an error

Starting sssd: [FAILED]

Also I can see that /etc/sssd directory is empty (service fails to start because it miss sssd.conf file, which must be located in this empty directory).

share|improve this question

1 Answer

up vote 2 down vote accepted

sssd ships unconfigured. You must create at least one domain before starting the service. See the documentation for full information on using sssd.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.