Skip to content

Commit

Permalink
FAM: don't set a password for auth_source_ldap tests (SatelliteQE#15647)
Browse files Browse the repository at this point in the history
the password field is protected, so the API doesn't return it and thus
we always detect a change, failing tests
  • Loading branch information
evgeni authored and jyejare committed Oct 19, 2024
1 parent ea165b7 commit 01151d6
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 01151d6

Please sign in to comment.