1834650 Members
2265 Online
110069 Solutions
New Discussion

nsswitch.conf

 
Burak Topal
Frequent Advisor

nsswitch.conf

Hi,I want to ask about dns configuration. This is nsswitch.conf file of the server that i planned to create;

passwd: files
group: files
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
ipnodes: files [NOTFOUND=return UNAVAIL=return TRYAGAIN=return]
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files

I want to make onl dns configuration but the point i worry about is, the other databases in this file like; rpc, services,netgroup an so on; are these databases and sources have the same sources before i created nsswitch.conf file?
2 REPLIES 2
RickT_1
Valued Contributor

Re: nsswitch.conf

Burak,

Yes, That is normal for those other databases.

Rick
Paul Sperry
Honored Contributor

Re: nsswitch.conf

Your file looks fine to me.