mirror of https://github.com/ansible/ansible.git
Adds Kerberos authentication to winrm if available
If the `kerberos` module is available, winrm will attempt to establish a Kerberized connection to a Windows server. This allows use of Windows domain accounts, which are quite often the only kinds of accounts enabled on enterprise networks. This also pulls the `transport_schemes` variable up into the `winrm.Connection` class. This lets tests or future modifications alter the list of available schemas without reaching into `Connection.__init__`.pull/10202/head
parent
349b34109b
commit
ab33a0e666
Loading…
Reference in New Issue