From 493b8f350e443098297360cc5ed2c2eca8baecac Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Thu, 18 Jan 2018 13:53:40 +0100
Subject: [PATCH] Missing file

---
 dist/etc/nsswitch.conf | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 dist/etc/nsswitch.conf

diff --git a/dist/etc/nsswitch.conf b/dist/etc/nsswitch.conf
new file mode 100644
index 0000000..86b6c81
--- /dev/null
+++ b/dist/etc/nsswitch.conf
@@ -0,0 +1,20 @@
+# /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:         compat ldap
+group:          compat ldap
+shadow:         compat ldap
+gshadow:        files
+
+hosts:          files dns
+networks:       files
+
+protocols:      db files
+services:       db files
+ethers:         db files
+rpc:            db files
+
+netgroup:       nis
-- 
GitLab