mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
* Adding resolvconf as dependency * Adding new templates for dnsmasq * Adding libnss-myhostname as dependency * tableflip.gif * Moar tableflip.gif :/ * Tweaking dns resolvers used by dnsmasq * Adding Aquilenet + moving FDN back to top * Clarifying how the resolv.dnsmasq.conf template is used * Moving nsswitch force regen back to postinstall
21 lines
575 B
Text
21 lines
575 B
Text
# /etc/nsswitch.conf
|
|
#
|
|
# Example configuration of GNU Name Service Switch functionality.
|
|
# If you have the `glibc-doc-reference' and `info' packages installed, try:
|
|
# `info libc "Name Service Switch"' for information about this file.
|
|
|
|
passwd: compat ldap
|
|
group: compat ldap
|
|
shadow: compat ldap
|
|
gshadow: files
|
|
|
|
hosts: files myhostname mdns4_minimal [NOTFOUND=return] dns
|
|
networks: files
|
|
|
|
protocols: db files
|
|
services: db files
|
|
ethers: db files
|
|
rpc: db files
|
|
|
|
netgroup: nis
|
|
sudoers: files ldap
|