From ed3c3f35801505e1a60d355f38e9380cea75299e Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:59:21 -0400 Subject: [PATCH] [6.14.z] FAM: don't set a password for auth_source_ldap tests (#15657) FAM: don't set a password for auth_source_ldap tests (#15647) the password field is protected, so the API doesn't return it and thus we always detect a change, failing tests (cherry picked from commit c390a27ea411b8701383f2214b6848b6c287f71e) Co-authored-by: Evgeni Golov --- conf/fam.yaml.template | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/fam.yaml.template b/conf/fam.yaml.template index 079225d0048..ead14e9d2b9 100644 --- a/conf/fam.yaml.template +++ b/conf/fam.yaml.template @@ -32,7 +32,6 @@ FAM: # Parameter for external_usergroup testing auth_source_ldap_host: ldap.example.com auth_source_ldap_account: ansible - auth_source_ldap_account_password: pass auth_source_ldap_base_dn: dc=example,dc=com auth_source_ldap_attr_login: uid auth_source_ldap_groups_base: cn=groups,cn=accounts,dc=example,dc=com