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