이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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