Advertisement
josephxsxn

Desktop nsswitch.conf

Aug 23rd, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.01 KB | None | 0 0
  1. # /etc/nsswitch.conf
  2. #
  3. # Example configuration of GNU Name Service Switch functionality.
  4. # If you have the `glibc-doc-reference' and `info' packages installed, try:
  5. # `info libc "Name Service Switch"' for information about this file.
  6.  
  7. passwd:         compat
  8. group:          compat
  9. shadow:         compat
  10. gshadow:        files
  11.  
  12. #hosts:          files dns
  13. #hosts:          files dns mdns4_minimal [NOTFOUND=return]
  14. hosts:          files mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] dns
  15. networks:       files
  16.  
  17. protocols:      db files
  18. services:       db files
  19. ethers:         db files
  20. rpc:            db files
  21.  
  22. netgroup:       nis
  23.  
  24.  
  25. # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  26. #     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  27. # 127.0.0.53 is the systemd-resolved stub resolver.
  28. # run "systemd-resolve --status" to see details about the actual nameservers.
  29.  
  30. nameserver 127.0.0.53
  31. nameserver 192.168.10.151
  32. search aegisdoctrine.local
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement