ansible/changelogs/fragments/winrm_kinit_error-fix.yaml
Jordan Borean a63b6d363b
winrm: add better exception handling for krb5 auth with pexpect (#39930) (#40634)
* winrm: add better exception handling for krb5 auth with pexpect

* Added changelog fragment

* Added exception handler in case kinit path isn't valid, added test cases

* fixed for Python 2 compatibility

(cherry picked from commit 5e28e282a5)
2018-05-24 07:17:21 +10:00

2 lines
75 B
YAML

bugfixes:
- winrm - Add better error handling when the kinit process fails