1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/win_module_utils_sid-conversion.yaml

6 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