diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-06-11 06:28:51 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-06-18 06:48:22 -0700 |
commit | 23d501eb70e2a70da3d2f1288ac094c29bea0933 (patch) | |
tree | 5923b089fb088446402f9864f63d09235ec4c5f0 /dynamic-layers/networking-layer | |
parent | 72ba0a4a14f0984d72c9b70a6650690426947803 (diff) | |
download | meta-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.conf | 9 |
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] |
2 | services = nss, pam | 2 | services = nss, pam |
3 | config_file_version = 2 | 3 | domains = shadowutils |
4 | 4 | ||
5 | [nss] | 5 | [nss] |
6 | 6 | ||
7 | [pam] | 7 | [pam] |
8 | 8 | ||
9 | [domain/shadowutils] | ||
10 | id_provider = files | ||
11 | |||
12 | auth_provider = proxy | ||
13 | proxy_pam_target = sssd-shadowutils | ||
14 | |||
15 | proxy_fast_alias = True | ||