Guest User

Untitled

a guest
Nov 21st, 2011
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. rak@Lit5:~$ cat /etc/nsswitch.conf
  2. # /etc/nsswitch.conf
  3. #
  4. # Example configuration of GNU Name Service Switch functionality.
  5. # If you have the `glibc-doc-reference' and `info' packages installed, try:
  6. # `info libc "Name Service Switch"' for information about this file.
  7.  
  8. passwd: compat files winbind
  9. group: compat
  10. shadow: compat files winbind
  11.  
  12. hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 wins winbind
  13. networks: files
  14.  
  15. protocols: db files
  16. services: db files
  17. ethers: db files
  18. rpc: db files
  19.  
  20. netgroup: nis
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment