300-300 · Question #29
Which of the following names identify services within a SSSD configuration file? (Choose three.)
The correct answer is A. kerberos D. nss E. sudo. In the SSSD (System Security Services Daemon) configuration file, various services can be defined to handle different types of access and authentication. The services listed in the SSSD configuration file under the [sssd] section can include: kerberos: This service allows SSSD…
Question
Options
- Akerberos
- Bssh
- Csmb
- Dnss
- Esudo
How the community answered
(33 responses)- A88% (29)
- B9% (3)
- C3% (1)
Explanation
In the SSSD (System Security Services Daemon) configuration file, various services can be defined to handle different types of access and authentication. The services listed in the SSSD configuration file under the [sssd] section can include: kerberos: This service allows SSSD to handle Kerberos authentication. nss (Name Service Switch): This service provides name resolution and manages user and group information. sudo: This service enables SSSD to provide sudo rules based on the identity provider. These services are specified in the services attribute of the [sssd] section of the sssd.conf file. [sssd] services = nss, pam, sudo domains = LDAP [nss] filter_users = root filter_groups = root [sudo] sudo_provider = ldap
Topics
Community Discussion
No community discussion yet for this question.