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

Kerberos doesn't work on Linux; looking for winkerberos and not falling back to pykerberos on Linux #389

Open
drobert-bfm opened this issue Aug 2, 2024 · 1 comment

Comments

@drobert-bfm
Copy link

Using Kerberos transport on Linux fails because the code looks for (and fails to find) winkerberos which is a Windows-only package. Upstream requests-kerberos has fixed this issue, but since the code vendors that package, the bug exists.

@jborean93
Copy link
Collaborator

The vendored code does the same thing, it tries to import kerberos then does the fallback to winkerberos.

if you are having errors that means your kerberos library isn’t installed or fails to import. I use pywinrm with kerberos all the time on linux/macOS.

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

2 participants