Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

30.2. Starting and Stopping SSSD

Note

Configure at least one domain before starting SSSD for the first time. See Section 30.4, “Creating Domains”.
Either the service command or the /etc/init.d/sssd script can start SSSD. For example:
# service sssd start
By default, SSSD is configured not to start automatically. To change this behavior, use the chkconfig command:
[root@server ~]# chkconfig sssd on