diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 13:08:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 13:08:15 +0200 |
commit | 55dbf3bde2f62bcc7aa57db7a69a2530ec06c1ef (patch) | |
tree | 5502596ed6b07c5192ac8e4b2c1d266251d450a5 /package/glibc/files/nsswitch.conf | |
parent | 227b3315e37171008941745c38d1360711c24049 (diff) | |
parent | c48212fda03866172022c7666ae2353168a295d8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glibc/files/nsswitch.conf')
-rw-r--r-- | package/glibc/files/nsswitch.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/glibc/files/nsswitch.conf b/package/glibc/files/nsswitch.conf new file mode 100644 index 000000000..53bb9d3dd --- /dev/null +++ b/package/glibc/files/nsswitch.conf @@ -0,0 +1,20 @@ +# /etc/nsswitch.conf +# +# Example configuration of GNU Name Service Switch functionality. +# + +passwd: files +group: files +initgroups: files +shadow: files +gshadow: files + +hosts: files dns +networks: files dns + +protocols: files +services: files +ethers: files +rpc: files + +netgroup: files |