I have a file in /etc named radius which contains the user account details similar to /etc/passwd but of Radius users. How do I configure /etc/nsswitch.conf to check /etc/radius in addition to checking /etc/passwd when searching for local files?
For example
I have a line in my /etc/nsswitch.conf which says
passwd: files nis
files here searches only in /etc/passwd. How do I make it search other files?