You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/win_module_utils_sid-conver...

7 lines
373 B
YAML

minor_changes:
- PowerShell modules that use Convert-ToSID in Ansible.ModuleUtils.SID.psm1
like win_user_right now accept an actual SID as an input string. This means
any local or domain accounts that are named like a SID need to be prefixed
with the domain, hostname, or . to ensure it converts to that accounts SID
https://github.com/ansible/ansible/issues/38502