Home | History | Annotate | Line # | Download | only in etc
nsswitch.conf revision 1.1
      1  1.1  lukem #	$NetBSD: nsswitch.conf,v 1.1 1999/01/16 14:25:47 lukem Exp $
      2  1.1  lukem #
      3  1.1  lukem # name service switch configuration file
      4  1.1  lukem #
      5  1.1  lukem 
      6  1.1  lukem #   lookup hosts in /etc/hosts then from the DNS
      7  1.1  lukem hosts:		files dns
      8  1.1  lukem 
      9  1.1  lukem #   uncomment to support `+/-' compat mode in /etc/passwd and /etc/group
     10  1.1  lukem #   defaults to `files'
     11  1.1  lukem #passwd:		compat
     12  1.1  lukem #passwd_compat:	nis
     13  1.1  lukem #group:		compat
     14  1.1  lukem #group_compat:	nis
     15  1.1  lukem 
     16  1.1  lukem #   lookup netgroups in /etc/netgroup.db
     17  1.1  lukem netgroup:	files
     18  1.1  lukem 
     19  1.1  lukem #   lookup networks in /etc/networks
     20  1.1  lukem networks:	files
     21  1.1  lukem 
     22  1.1  lukem #   lookup shells in /etc/shells
     23  1.1  lukem shells:		files
     24