Home | History | Annotate | Line # | Download | only in etc
nsswitch.conf revision 1.2
      1 #	$NetBSD: nsswitch.conf,v 1.2 1999/01/22 03:39:10 lukem Exp $
      2 #
      3 # nsswitch.conf(5) -
      4 #	name service switch configuration file
      5 #
      6 # these are the defaults in libc
      7 #
      8 group		compat
      9 group_compat	nis
     10 hosts		dns files
     11 netgroup	files [notfound=return] nis
     12 networks	files
     13 passwd		compat
     14 passwd_compat	nis
     15