summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/networking-layer
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-06-11 06:28:51 -0700
committerArmin Kuster <akuster808@gmail.com>2022-06-18 06:48:22 -0700
commit23d501eb70e2a70da3d2f1288ac094c29bea0933 (patch)
tree5923b089fb088446402f9864f63d09235ec4c5f0 /dynamic-layers/networking-layer
parent72ba0a4a14f0984d72c9b70a6650690426947803 (diff)
downloadmeta-security-23d501eb70e2a70da3d2f1288ac094c29bea0933.tar.gz
sssd: use example conf file
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/networking-layer')
-rw-r--r--dynamic-layers/networking-layer/recipes-security/sssd/files/sssd.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/dynamic-layers/networking-layer/recipes-security/sssd/files/sssd.conf b/dynamic-layers/networking-layer/recipes-security/sssd/files/sssd.conf
index 1709a7a..1e8b537 100644
--- a/dynamic-layers/networking-layer/recipes-security/sssd/files/sssd.conf
+++ b/dynamic-layers/networking-layer/recipes-security/sssd/files/sssd.conf
@@ -1,8 +1,15 @@
1[sssd] 1[sssd]
2services = nss, pam 2services = nss, pam
3config_file_version = 2 3domains = shadowutils
4 4
5[nss] 5[nss]
6 6
7[pam] 7[pam]
8 8
9[domain/shadowutils]
10id_provider = files
11
12auth_provider = proxy
13proxy_pam_target = sssd-shadowutils
14
15proxy_fast_alias = True