Skip to content

Commit

Permalink
FAM: set a password for LDAP Auth sources at creation
Browse files Browse the repository at this point in the history
This was originally removed in c390a27
as always setting the password broke idempotency.
But with theforeman/foreman-ansible-modules#1806
we can now set the password for creation, but avoid trying to update it.
  • Loading branch information
evgeni committed Dec 4, 2024
1 parent 621af11 commit f721ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/fam.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f721ce2

Please sign in to comment.