Jan Dittberner
5b73173912
This commit provides docker images and scripts to support multiple Debian and PHP releases via containers.
19 lines
485 B
Text
19 lines
485 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
|
|
|
|
hosts: files dns
|
|
networks: files
|
|
|
|
protocols: db files
|
|
services: db files
|
|
ethers: db files
|
|
rpc: db files
|
|
|
|
netgroup: nis
|