6022b5b8d4
- nss_mdns renamed to nss_multicast_dns for clarity and less chance of confusion with nss_mdnsd (see next). - Support using mdnsd for all unicast too with new nss_mdnsd module (note: this mode requires an updated mdnsd too, not yet committed) - Implement resolv.conf "search" directive support. Needed for nss_mdnsd, potentially useful with nss_multicast_dns (you could now do "search example.com local" in resolv.conf if you wanted to and it would act as you might expect) - Add references in nsswitch.conf man page and sample file - Implement AI_CANONNAME - Various bug fixes
30 lines
621 B
Plaintext
30 lines
621 B
Plaintext
# $NetBSD: nsswitch.conf,v 1.6 2009/10/25 00:17:06 tsarna Exp $
|
|
#
|
|
# nsswitch.conf(5) -
|
|
# name service switch configuration file
|
|
#
|
|
|
|
|
|
# These are the defaults in libc
|
|
#
|
|
group: compat
|
|
group_compat: nis
|
|
hosts: files dns
|
|
netgroup: files [notfound=return] nis
|
|
networks: files
|
|
passwd: compat
|
|
passwd_compat: nis
|
|
shells: files
|
|
|
|
|
|
# List of supported sources for each database
|
|
#
|
|
# group: compat, dns, files, nis
|
|
# group_compat: dns, nis
|
|
# hosts: dns, files, nis, mdnsd, multicast_dns
|
|
# netgroup: files, nis
|
|
# networks: dns, files, nis
|
|
# passwd: compat, dns, files, nis
|
|
# passwd_compat: dns, nis
|
|
# shells: dns, files, nis
|