mirror of
https://github.com/go-gitea/gitea
synced 2024-11-03 04:39:14 +01:00
17 lines
263 B
Text
17 lines
263 B
Text
|
# /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
|
||
|
|