Skip to content

Commit

Permalink
[6.14.z] FAM: don't set a password for auth_source_ldap tests (#15657)
Browse files Browse the repository at this point in the history
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 c390a27)

Co-authored-by: Evgeni Golov <[email protected]>
  • Loading branch information
Satellite-QE and evgeni authored Jul 15, 2024
1 parent 816fb2e commit ed3c3f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/fam.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed3c3f3

Please sign in to comment.