View Single Post
  #24 (permalink)  
Old 11-28-2008, 10:41 AM
bbarrons bbarrons is offline
Special Member
 
Posts: 174
Default cat /etc/nsswitch.conf

bbarrons@ms2:~$ cat /etc/nsswitch.conf
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd: compat
group: compat
shadow: compat

hosts: files dns mdns
networks: files

protocols: db files
services: db files
ethers: db files
rpc: db files

netgroup: nis
Reply With Quote