Skip to content

Commit

Permalink
Use sAMAccountName
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr authored and LadislavVasina1 committed Oct 20, 2023
1 parent faacde3 commit 84c360b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_ldapauthsource.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_positive_refresh_usergroup_with_ad(self, member_group, ad_data):
'attr-firstname': LDAP_ATTR['firstname'],
'attr-lastname': LDAP_ATTR['surname'],
'attr-mail': LDAP_ATTR['mail'],
'account': ad_data['ldap_user_name'],
'account': fr"{ad_data['workgroup']}\{ad_data['ldap_user_name']}",
'account-password': ad_data['ldap_user_passwd'],
'base-dn': ad_data['base_dn'],
}
Expand Down

0 comments on commit 84c360b

Please sign in to comment.