home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / etc / nsswitch.conf < prev    next >
Text File  |  2006-11-29  |  1KB  |  47 lines

  1. #
  2. # /etc/nsswitch.conf
  3. #
  4. # An example Name Service Switch config file. This file should be
  5. # sorted with the most-used services at the beginning.
  6. #
  7. # The entry '[NOTFOUND=return]' means that the search for an
  8. # entry should stop if the search in the previous entry turned
  9. # up nothing. Note that if the search failed due to some other reason
  10. # (like no NIS server responding) then the search continues with the
  11. # next entry.
  12. #
  13. # Legal entries are:
  14. #
  15. #       plus                 Use NIS+ (NIS version 3)
  16. #                            Use NIS (NIS version 2), also called YP
  17. #       dns                     Use DNS (Domain Name Service)
  18. #       files                   Use the local files
  19. #       db                      Use the /var/db databases
  20. #       [NOTFOUND=return]       Stop searching if not found so far
  21. #
  22. # For more information, please read the nsswitch.conf.5 manual page.
  23. #
  24.  
  25. # passwd: db files 
  26. # shadow: db files 
  27. # group:  db files 
  28.  
  29. passwd: compat
  30. group:  compat
  31.  
  32. hosts:  files dns
  33. networks:       files dns
  34.  
  35. services:       db files
  36. protocols:      db files
  37. rpc:    db files
  38. ethers: db files
  39. netmasks:       files
  40. netgroup:       files
  41. bootparams:     files
  42.  
  43. automount:      files
  44. aliases:        files
  45.  
  46.  
  47.