[meta-security,1/2] sssd: use example conf file

Message ID 20220611134240.3466903-1-akuster808@gmail.com
State Accepted, archived
Delegated to: Armin Kuster
Headers show
Series [meta-security,1/2] sssd: use example conf file | expand

Commit Message

akuster808 June 11, 2022, 1:42 p.m. UTC
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-security/sssd/files/sssd.conf                | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Patch

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