# This file was generated by nsswitch-config. Do not edit it.
# Changes can be done with single snippets, stored in <etc_dir>/nsswitch.conf.d/<snipped_name>
# This file will not be overwritten if the comments above are removed.
#
#
# Valid databases are: aliases, ethers, group, gshadow, hosts,
# initgroups, netgroup, networks, passwd, protocols, publickey,
# rpc, services, and shadow.
#
# Valid service provider entries include (in alphabetical order):
#
#	compat			Use /etc files plus *_compat pseudo-db
#	db			Use the pre-processed /var/db files
#	dns			Use DNS (Domain Name Service)
#	files			Use the local files in /etc
#	hesiod			Use Hesiod (DNS) for user lookups
#	nis			Use NIS (NIS version 2), also called YP
#	nisplus			Use NIS+ (NIS version 3)
#
# See `info libc 'NSS Basics'` for more information.
#
# Commonly used alternative service providers (may need installation):
#
#	ldap			Use LDAP directory server
#	myhostname		Use systemd host names
#	mymachines		Use systemd machine names
#	mdns*, mdns*_minimal	Use Avahi mDNS/DNS-SD
#	resolve			Use systemd resolved resolver
#	sss			Use System Security Services Daemon (sssd)
#	systemd			Use systemd for dynamic user option
#	winbind			Use Samba winbind support
#	wins			Use Samba wins support
#	wrapper			Use wrapper module for testing
#
# Notes for individual changes which have to be done by own snippeds in
# the /etc/nsswitch.conf.d directory:
#
# 'sssd' performs its own 'files'-based caching, so it should generally
# come before 'files'.
# Allow initgroups to default to the setting for group.
# initgroups:	compat
passwd: compat systemd
# mdns_minimal has been generated by nss-mdns
hosts: files mdns_minimal [NOTFOUND=return] dns
networks: files dns
aliases: files usrfiles
ethers: files usrfiles
gshadow: files usrfiles
netgroup: files
protocols: files usrfiles
publickey: files
rpc: files usrfiles
services: files usrfiles
automount: files
bootparams: files
netmasks: files
group: compat [SUCCESS=merge] systemd
shadow: compat systemd
