home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110502.etc.tar.gz / bradford.20110502.etc.tar / etc / nsswitch.conf < prev    next >
Text File  |  2006-05-26  |  1KB  |  48 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. #       compat                  Use compatibility setup
  16. #       nisplus                 Use NIS+ (NIS version 3)
  17. #       nis                     Use NIS (NIS version 2), also called YP
  18. #       dns                     Use DNS (Domain Name Service)
  19. #       files                   Use the local files
  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: files nis
  26. # shadow: files nis
  27. # group:  files nis
  28.  
  29. passwd: compat
  30. group:  compat
  31.  
  32. hosts:      files dns
  33. networks:    files dns
  34.  
  35. services:    files
  36. protocols:    files
  37. rpc:        files
  38. ethers:        files
  39. netmasks:    files
  40. netgroup:    files nis
  41. publickey:    files
  42.  
  43. bootparams:    files
  44. automount:    files nis
  45. aliases:    files
  46.  
  47.  
  48.