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/test/units/plugins/connection
Jordan Borean 595b4f0390
winrm - Add better Kerberos error (#86317)
* winrm - Add better Kerberos error

Adds a better error when Kerberos authentication is requested but the
`pykerberos` library is not installed. This also removes the fallback to
basic auth if the username is in the UPN format and no transport/auth
method is specified. This is because a UPN user must be a domain account
and domain accounts cannot be used with basic auth.

* Add more docs about user settings

* Fix some grammar issues
2 weeks ago
..
__init__.py Fix unit test dirs to match code under test. 9 years ago
test_connection.py Update triple single quotes to triple double quotes (#84099) 1 year ago
test_local.py Remove Python 2.x compat from unit tests (#82109) 2 years ago
test_paramiko_ssh.py Fix paramiko deprecation unit test (#85573) 5 months ago
test_psrp.py Don't inherit stdio (#82770) 9 months ago
test_ssh.py Fix passing callbacks the delegated connection, host, port, and user (#85397) 6 months ago
test_winrm.py winrm - Add better Kerberos error (#86317) 2 weeks ago