부제: SSSD의 도메인 상태·캐시·설정·로그를 점검하고 관리하는 통합 CLIsssctl domain-list # 설정된 도메인 나열sssctl config-check # 설정 파일 정적 분석sssctl user-show alice # 캐시에 저장된 사용자 정보 조회$ sssctl --helpAvailable commands:SSSD Status:* domain-list List available domains* domain-status Print information about domain* user-checks Print information about a user and check authentication* acc..