summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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