olga / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/nsswitch.conf

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