mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
17 lines
263 B
Plaintext
17 lines
263 B
Plaintext
|
# /etc/nsswitch.conf
|
||
|
|
||
|
passwd: compat
|
||
|
group: compat
|
||
|
shadow: compat
|
||
|
|
||
|
hosts: files dns
|
||
|
networks: files
|
||
|
|
||
|
protocols: db files
|
||
|
services: db files
|
||
|
ethers: db files
|
||
|
rpc: db files
|
||
|
|
||
|
netgroup: nis
|
||
|
|