From 23d501eb70e2a70da3d2f1288ac094c29bea0933 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 11 Jun 2022 06:28:51 -0700 Subject: sssd: use example conf file Signed-off-by: Armin Kuster --- .../networking-layer/recipes-security/sssd/files/sssd.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 @@ [sssd] services = nss, pam -config_file_version = 2 +domains = shadowutils [nss] [pam] +[domain/shadowutils] +id_provider = files + +auth_provider = proxy +proxy_pam_target = sssd-shadowutils + +proxy_fast_alias = True -- cgit v1.2.3-54-g00ecf