Blame nss/nsswitch.conf

Packit Service 3b6dea
#
Packit 6c4009
# /etc/nsswitch.conf
Packit 6c4009
#
Packit Service 16753e
# Name Service Switch config file. This file should be
Packit Service 3b6dea
# sorted with the most-used services at the beginning.
Packit Service 3e9d13
#
Packit Service 3b6dea
# Valid databases are: aliases, ethers, group, gshadow, hosts,
Packit Service 3b6dea
# initgroups, netgroup, networks, passwd, protocols, publickey,
Packit Service 3b6dea
# rpc, services, and shadow.
Packit Service 3b6dea
#
Packit Service 3b6dea
# Valid service provider entries include (in alphabetical order):
Packit Service 3b6dea
#
Packit Service 3b6dea
#	compat			Use /etc files plus *_compat pseudo-db
Packit Service 3b6dea
#	db			Use the pre-processed /var/db files
Packit Service 3b6dea
#	dns			Use DNS (Domain Name Service)
Packit Service 3b6dea
#	files			Use the local files in /etc
Packit Service 3b6dea
#	hesiod			Use Hesiod (DNS) for user lookups
Packit Service 3b6dea
#	nis			Use NIS (NIS version 2), also called YP
Packit Service 3b6dea
#	nisplus			Use NIS+ (NIS version 3)
Packit Service 3b6dea
#
Packit Service 3b6dea
# See `info libc 'NSS Basics'` for more information.
Packit Service 3b6dea
#
Packit Service 3b6dea
# Commonly used alternative service providers (may need installation):
Packit Service 3b6dea
#
Packit Service 3b6dea
#	ldap			Use LDAP directory server
Packit Service 3b6dea
#	myhostname		Use systemd host names
Packit Service 3b6dea
#	mymachines		Use systemd machine names
Packit Service 3b6dea
#	mdns*, mdns*_minimal	Use Avahi mDNS/DNS-SD
Packit Service 3b6dea
#	resolve			Use systemd resolved resolver
Packit Service 3b6dea
#	sss			Use System Security Services Daemon (sssd)
Packit Service 3b6dea
#	systemd			Use systemd for dynamic user option
Packit Service 3b6dea
#	winbind			Use Samba winbind support
Packit Service 3b6dea
#	wins			Use Samba wins support
Packit Service 3b6dea
#	wrapper			Use wrapper module for testing
Packit Service 3b6dea
#
Packit Service 3b6dea
# Notes:
Packit Service 3b6dea
#
Packit Service 3b6dea
# 'sssd' performs its own 'files'-based caching, so it should generally
Packit Service 3b6dea
# come before 'files'.
Packit Service 3b6dea
#
Packit Service 3b6dea
# WARNING: Running nscd with a secondary caching service like sssd may
Packit Service 3b6dea
# 	   lead to unexpected behaviour, especially with how long
Packit Service 3b6dea
# 	   entries are cached.
Packit Service 3b6dea
#
Packit Service 3b6dea
# Installation instructions:
Packit Service 3b6dea
#
Packit Service 3b6dea
# To use 'db', install the appropriate package(s) (provide 'makedb' and
Packit Service 3b6dea
# libnss_db.so.*), and place the 'db' in front of 'files' for entries
Packit Service 3b6dea
# you want to be looked up first in the databases, like this:
Packit Service 3b6dea
#
Packit Service 3b6dea
# passwd:    db files
Packit Service 3b6dea
# shadow:    db files
Packit Service 3b6dea
# group:     db files
Packit 6c4009
Packit Service 16753e
# In order of likelihood of use to accelerate lookup.
Packit Service 16753e
passwd:     sss files
Packit Service 16753e
shadow:     files sss
Packit Service 16753e
group:      sss files
Packit Service 16753e
hosts:      files dns myhostname
Packit Service 16753e
services:   files sss
Packit Service 16753e
netgroup:   sss
Packit Service 16753e
automount:  files sss
Packit Service 16753e
Packit Service 3b6dea
aliases:    files
Packit Service 3b6dea
ethers:     files
Packit Service 3b6dea
gshadow:    files
Packit Service fd783c
# Allow initgroups to default to the setting for group.
Packit Service fd783c
# initgroups: files
Packit Service 3b6dea
networks:   files dns
Packit Service 3b6dea
protocols:  files
Packit Service 3b6dea
publickey:  files
Packit Service 3b6dea
rpc:        files