From f721ce2ee1bcac9a8547b150df3b0068b6385920 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 3 Dec 2024 15:30:08 +0100 Subject: [PATCH] FAM: set a password for LDAP Auth sources at creation This was originally removed in c390a27ea411b8701383f2214b6848b6c287f71e as always setting the password broke idempotency. But with https://github.com/theforeman/foreman-ansible-modules/pull/1806 we can now set the password for creation, but avoid trying to update it. --- conf/fam.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/fam.yaml.template b/conf/fam.yaml.template index ead14e9d2b9..30b18a5ede9 100644 --- a/conf/fam.yaml.template +++ b/conf/fam.yaml.template @@ -36,6 +36,7 @@ FAM: auth_source_ldap_attr_login: uid auth_source_ldap_groups_base: cn=groups,cn=accounts,dc=example,dc=com external_usergroup_name: "admins" + default_auth_source_ldap_account_password: password COMPUTE_PROFILE: libvirt: