I want to make an CentOS 7 installation with LDAP authentication, so I installed authconfig-gtk, sssd and krb5-workstation.
When I tried to start the service, I've got a message telling me that there is no config file under /etc/sssd/.
I did some research via Google and one solution I've found was to copy the file from /usr/share/doc/sssd-common-1.14.0/sssd.conf to /etc/sssd/.
Then I found in the log file that the service couldn't start because of missing read permission. So I changed permission to 770. Still the service couldn't start.
Lookig for any help for this problem or how to install sssd with config file using yum.