Skip to content
Snippets Groups Projects
Select Git revision
  • 493b8f350e443098297360cc5ed2c2eca8baecac
  • master default protected
2 results

nsswitch.conf

Blame
  • nsswitch.conf 512 B
    # /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 ldap
    group:          compat ldap
    shadow:         compat ldap
    gshadow:        files
    
    hosts:          files dns
    networks:       files
    
    protocols:      db files
    services:       db files
    ethers:         db files
    rpc:            db files
    
    netgroup:       nis