Skip to content
Snippets Groups Projects
Select Git revision
  • 3de04f7ea81f7e88cd190f25bd973389f17d1c1b
  • master default protected
  • th/disable-sssd-pac
  • fix-samba-replication
4 results

nsswitch.conf

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    nsswitch.conf 483 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.
    
    hosts:          files dns
    networks:       files
    
    protocols:      db files
    services:       db files
    ethers:         db files
    rpc:            db files
    
    netgroup:       nis
    passwd:		compat ldap
    group: 		compat ldap
    shadow:		compat ldap
    gshadow:	files