Chapter 7 Flashcards
This line is in our /etc/nsswitch.conf file: passwd: files nis ldap. Which source is searched first for passwd records?
/etc/passwd
This line is in our /etc/nsswitch.conf file: hosts: files nis dns. Which source is searched last for hosts records?
DNS
Which of the following is required when using an LDAP server for account information and authentication?
The fully qualified domain name of the LDAP server
A base distinguished name
A CA Certificate
What is a disadvantage of running sssd?
updates on the server are not seen immediately by the clients
Why is TLS encryption required when using LDAP authentication?
TLS encrypts the communication before LDAP sends passwords across the network and TLS verifies that the client is connected to the correct server before placing passwords on the network.
For most databases, which source should be searched first?
files
When would you use the getent command?
When configuring and debugging network account information
What are the benefits of using sssd?
Allows for offline authentication
Reduces the load on identification servers
Supports multiple domains
Is extensible for use with new identity sources and authentication methods
What directory holds log messages from sssd?
/var/log/sssd
What is the safest way to make changes to /etc/nsswitch.conf?
With the system-config-authentication command