nerdexam
LPI

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…

300.3 Identity Management

Question

Which of the following names identify services within a SSSD configuration file? (Choose three.)

Options

  • Akerberos
  • Bssh
  • Csmb
  • Dnss
  • Esudo

How the community answered

(33 responses)
  • A
    88% (29)
  • B
    9% (3)
  • C
    3% (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

#SSSD services#nss#sudo#Kerberos

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice