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

Update kerberos_.py #141

Closed
wants to merge 1 commit into from
Closed

Update kerberos_.py #141

wants to merge 1 commit into from

Conversation

oblat
Copy link

@oblat oblat commented Jan 9, 2020

This change let me use kinit with winrm from a RHEL7 server not in the AD domain to a Windows 10 desktop in the AD domain. Without this change I get the widely reported error "server not found in the Kerberos database". I learned that "server" actually is the computer we are attempting to connect to, not from. The essential bit is getting the @ replaced with /. I have a hard time believing that the @ is not a bug, because in various keytabs etc I always saw service/host@domain. But I just needed to get winrm working, I didn't introduce myself to the workings of Kerberos.

This change let me use kinit with winrm from a RHEL7 server not in the AD domain to a Windows 10 desktop in the AD domain. Without this change I get the infamous "server not found in the Kerberos database" error.
@oblat oblat closed this Jan 20, 2020
@oblat oblat deleted the patch-1 branch January 20, 2020 23:21
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

Successfully merging this pull request may close these issues.

None yet

1 participant