-
Notifications
You must be signed in to change notification settings - Fork 100
Migrate to PySPNEGO #126
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
Migrate to PySPNEGO #126
Conversation
Hi, thank you for your work here! thank you and best regards |
The status of my PR? As far as I'm aware it's fully working, and I'm waiting on a maintainer to review it |
Based on this[1] pull request by J. Hill-Daniel (clubby789) in the requests-ntlm sister library. [1] requests#126
Based on this[1] pull request by J. Hill-Daniel (clubby789) in the requests-ntlm sister library. [1] requests#126
Ahoi! Can we get an update on this? Otherwise I'd dive into pyspnego now. |
The ntlm_auth library is deprecated in favour of pyspnego. This commit migrates to this library, patching some methods to ensure dependent code will continue to work.
PySPNEGO handles the parsing of the domain component of the username
PySPNEGO allows usage of an NTLM hash in place of a password, so test that this is functioning properly.
Thanks for the PR @clubby789, I've slightly modified it to support channel binding tokens and not use the internals for the wrapping/unwrapping code. |
🎉 thanks @clubby789 and @jborean93 |
Thanks a lot! |
The ntlm_auth library is deprecated in favour of pyspnego. This commit
migrates to this library, patching some methods to ensure dependent code
will continue to work.