generated from alice-meta-packages/alice-meta-template
23 lines
602 B
Plaintext
23 lines
602 B
Plaintext
# /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: files systemd sss
|
|
group: files systemd sss
|
|
shadow: files systemd sss
|
|
gshadow: files systemd
|
|
|
|
hosts: files myhostname sss mdns4_minimal dns
|
|
networks: files
|
|
|
|
protocols: db files
|
|
services: db files sss
|
|
ethers: db files
|
|
rpc: db files
|
|
|
|
netgroup: nis sss
|
|
|
|
automount: files sss
|