From 5f1c378aa6b120d036b37fa07ee86c3005376b9e Mon Sep 17 00:00:00 2001 From: Georg Date: Mon, 30 Aug 2021 21:57:59 +0200 Subject: Init directory client configurations Signed-off-by: Georg --- generic/nsswitch.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 generic/nsswitch.conf (limited to 'generic') diff --git a/generic/nsswitch.conf b/generic/nsswitch.conf new file mode 100644 index 0000000..3a031e1 --- /dev/null +++ b/generic/nsswitch.conf @@ -0,0 +1,32 @@ +### +## +## Prototype Name Service Switch configuration for GNU/Linux systems in the namespaces lysergic.dev / syscid.com / liberta.casa +#รค +## Unless otherwise stated, system/scripts/sh/deploy_directory_client.sh should be run instead of manually setting this file. +## georg@lysergic.dev +## +### + +passwd: sss files +group: sss files +shadow: sss compat +# initgroups: compat + +hosts: files dns +networks: files dns + +aliases: files usrfiles +ethers: files usrfiles +gshadow: files usrfiles +netgroup: files nis +protocols: files usrfiles +publickey: files +rpc: files usrfiles +services: files usrfiles + +automount: files nis +bootparams: files +netmasks: files + +sudoers: sss + -- cgit v1.2.3