When a user logs in, you would like the system to first check the local /etc/passwd file for a username and then check NIS. How do you implement this strategy?
What will be an ideal response?
The /etc/nsswitch.conf file controls the order in which sources are con-
sulted to fulfill a request from the system. The following entry in this file
causes the system to check /etc/passwd first and NIS second:
passwd: files nis
Computer Science & Information Technology
You might also like to view...
In Project 2013, ________ tasks are tasks listed in bold in the Entry table and are groups of tasks that logically belong together
Fill in the blank(s) with correct word
Computer Science & Information Technology
The _______ object is most commonly used to access the information passed by a GET or POST request.
(a) Request (b) Response (c) Server (d) Form
Computer Science & Information Technology