Blame nss/nsswitch.conf

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