You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Password used for windows connections (winrm) is starting with an "*" - the ansible connection is failing. rundeck WinRM connection is working fine.
When the "*" is not the first Character - everything is fine.
Error-Output:
With Kerberos-Auth: "msg": "Kerberos auth failure for principal user@DOMAIN.LOCAL with subprocess: user@DOMAIN.LOCAL's Password: \nkinit: Password incorrect",
With NTLM-Auth: 'unreachable': True, 'msg': 'ntlm: the specified credentials were rejected by the server',
Looks like there is a problem reading the password here.
Node Defintion:
Node-Details in rundeck:
with Kerberos:
When the Password used for windows connections (winrm) is starting with an "*" - the ansible connection is failing. rundeck WinRM connection is working fine.
When the "*" is not the first Character - everything is fine.
Error-Output:
"msg": "Kerberos auth failure for principal user@DOMAIN.LOCAL with subprocess: user@DOMAIN.LOCAL's Password: \nkinit: Password incorrect",
'unreachable': True, 'msg': 'ntlm: the specified credentials were rejected by the server',
Looks like there is a problem reading the password here.
Node Defintion:
Node-Details in rundeck:
with Kerberos:
and for NTLM:
Versions:
rundeck: v5.8.0-20241205
Ansible Module: 4.0.6
The text was updated successfully, but these errors were encountered: