I'm trying to use Ansible to log into a Windows host, and I'm having issues logging in.
- My Ansible server is joined to the domain
- DNS lookup works, as well as in reverse
- I can log into the Windows hosts as a local user through Ansible
- Running something like "id <user>@<domain>" works on my Ansible server
The error I am getting is this: "msg": "kerberos: authGSSClientStep() failed: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Server not found in Kerberos database', -1765328377))",
I can ping the host, and like I said both DNS and Reverse DNS work. I know for sure the host is joined to the domain, and I'm pretty certain the Linux server is joined to the domain. Any suggestions?
Thanks!