300-300 · Question #27
Which of the following sections is always present in sssd.conf?
The correct answer is D. [sssd]. The sssd.conf file is the configuration file for the System Security Services Daemon (SSSD). SSSD provides access to different identity and authentication providers. The configuration file typically contains multiple sections, but the [sssd] section is always present. This…
Question
Options
- A[krb5]
- B[ad]
- C[autn]
- D[sssd]
- E[local]
How the community answered
(20 responses)- B5% (1)
- D90% (18)
- E5% (1)
Explanation
The sssd.conf file is the configuration file for the System Security Services Daemon (SSSD). SSSD provides access to different identity and authentication providers. The configuration file typically contains multiple sections, but the [sssd] section is always present. This section provides global options that apply to all other sections of the file. [sssd] config_file_version = 2 services = nss, pam domains = LDAP Reference: SSSD Configuration
Topics
Community Discussion
No community discussion yet for this question.