Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hostname_override=self.kerberos_hostname_override not avail in credssp auth_method #368

Open
this-funk opened this issue Feb 9, 2023 · 0 comments

Comments

@this-funk
Copy link

RedHat Ansible Execution Environment is using the below release. Additional updates are also required to requests-credssp.

bash-4.4# pip3 show pywinrm
Name: pywinrm
Version: 0.4.1
Summary: Python library for Windows Remote Management
Home-page: http://github.com/diyan/pywinrm/
Author: Alexey Diyan
Author-email: alexey.diyan@gmail.com
License: MIT license
Location: /usr/local/lib/python3.9/site-packages
Requires: six, requests-ntlm, xmltodict, requests
Required-by:

Here is an example of the enhancement
opt_args = dict(
hostname_override=self.kerberos_hostname_override,
disable_tlsv1_2=self.credssp_disable_tlsv1_2,
auth_mechanism=self.credssp_auth_mechanism,
minimum_version=self.credssp_minimum_version
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant