olga / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/nsswitch.conf

077c9d
#
077c9d
# /etc/nsswitch.conf
077c9d
#
077c9d
# An example Name Service Switch config file. This file should be
077c9d
# sorted with the most-used services at the beginning.
077c9d
#
077c9d
# The entry '[NOTFOUND=return]' means that the search for an
077c9d
# entry should stop if the search in the previous entry turned
077c9d
# up nothing. Note that if the search failed due to some other reason
077c9d
# (like no NIS server responding) then the search continues with the
077c9d
# next entry.
077c9d
#
077c9d
# Valid entries include:
077c9d
#
077c9d
#	nisplus			Use NIS+ (NIS version 3)
077c9d
#	nis			Use NIS (NIS version 2), also called YP
077c9d
#	dns			Use DNS (Domain Name Service)
077c9d
#	files			Use the local files in /etc
077c9d
#	db			Use the pre-processed /var/db files
077c9d
#	compat			Use /etc files plus *_compat pseudo-databases
077c9d
#	hesiod			Use Hesiod (DNS) for user lookups
077c9d
#	sss			Use sssd (System Security Services Daemon)
077c9d
#	[NOTFOUND=return]	Stop searching if not found so far
077c9d
#
077c9d
# 'sssd' performs its own 'files'-based caching, so it should
077c9d
# generally come before 'files'.
077c9d
077c9d
# To use 'db', install the nss_db package, and put the 'db' in front
077c9d
# of 'files' for entries you want to be looked up first in the
077c9d
# databases, like this:
077c9d
#
077c9d
# passwd:    db files
077c9d
# shadow:    db files
077c9d
# group:     db files
077c9d
077c9d
passwd:     sss files
077c9d
shadow:     files sss
077c9d
group:      sss files
077c9d
077c9d
hosts:      files dns myhostname
077c9d
077c9d
bootparams: files
077c9d
077c9d
ethers:     files
077c9d
netmasks:   files
077c9d
networks:   files
077c9d
protocols:  files
077c9d
rpc:        files
077c9d
services:   files sss
077c9d
077c9d
netgroup:   sss
077c9d
077c9d
publickey:  files
077c9d
077c9d
automount:  files sss
077c9d
aliases:    files