diff options
author | Georg | 2021-08-30 21:57:59 +0200 |
---|---|---|
committer | Georg | 2021-08-30 21:57:59 +0200 |
commit | 5f1c378aa6b120d036b37fa07ee86c3005376b9e (patch) | |
tree | cc5e875f24f446dd29005b15760691ba653c6e09 /generic | |
parent | 8f34173c6d2629c71260ece861b297c8c2903bcf (diff) | |
download | system-5f1c378aa6b120d036b37fa07ee86c3005376b9e.tar.gz system-5f1c378aa6b120d036b37fa07ee86c3005376b9e.tar.bz2 system-5f1c378aa6b120d036b37fa07ee86c3005376b9e.zip |
Init directory client configurations
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'generic')
-rw-r--r-- | generic/nsswitch.conf | 32 |
1 files changed, 32 insertions, 0 deletions
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 + |