generated from alice-meta-packages/alice-meta-template
Add etc/nsswitch.conf
Deploy Package / Explore-Gitea-Actions (push) Successful in 16s
Details
Deploy Package / Explore-Gitea-Actions (push) Successful in 16s
Details
This commit is contained in:
parent
c1888d703f
commit
83a87a60f6
|
@ -0,0 +1,22 @@
|
||||||
|
# /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 [NOTFOUND=return] dns
|
||||||
|
networks: files
|
||||||
|
|
||||||
|
protocols: db files
|
||||||
|
services: db files sss
|
||||||
|
ethers: db files
|
||||||
|
rpc: db files
|
||||||
|
|
||||||
|
netgroup: nis sss
|
||||||
|
|
||||||
|
automount: files sss
|
Loading…
Reference in New Issue