win_user: use different method to validate credentials that does not rely on SMB/RPC (#43059)

* win_user: use different method to validate credentials that does not rely on SMB/RPC

* Use Add-Type as SetLastError on .net reflection not working on 2012 R2
This commit is contained in:
Jordan Borean
2018-07-24 08:16:42 +10:00
committed by GitHub
parent 48ad90ac8e
commit 04431216e7
4 changed files with 570 additions and 436 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- win_user - Use LogonUser to validate the password as it does not rely on SMB/RPC to be available https://github.com/ansible/ansible/issues/24884