Skip to content
Snippets Groups Projects
Select Git revision
  • a6519d0369954a57def7727ef615cffc70ee1130
  • master default protected
  • add-action-params-in-backup
  • test-fix-cache-issues
4 results

clear_backup.sh

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