ValueError for remote_name when using Windows AD account with the form 'DOMAIN\username' #344
Labels
Comments
Hi there, A fix for this is on |
Hi, I have tested the code in the |
dw
added a commit
that referenced
this issue
Aug 18, 2018
getpass.getuser() output may contain slashes, which must be avoided as they break virtualenv when present in argv[0]. Closes #344.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
First of all - thanks for a great project!
We are running a mixed environment with both Linux and Windows and the user management is centralized in the Windows AD. In the production environment we have to include the domain together with the username for the authentication to work properly, for example:
OR
However this results in the following exception when running Ansible together with Mitogen:
Running Ansible without Mitogen works as expected.
Ansible version: 2.6.1
Mitogen version: 0.2.2
Host OS: CentOS 7.5
Host Python: 2.7.5
Target OS: RHEL 7.5
Target Pyton: 2.7.5
The text was updated successfully, but these errors were encountered: