requests-ntlm icon indicating copy to clipboard operation
requests-ntlm copied to clipboard

Migrate to PySPNEGO

Open clubby789 opened this issue 3 years ago • 3 comments

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.

clubby789 avatar Jul 13 '21 16:07 clubby789

Hi, thank you for your work here! May I ask what's the status of your PR?

thank you and best regards

herrbenesch avatar Aug 24 '21 11:08 herrbenesch

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

clubby789 avatar Aug 24 '21 11:08 clubby789

Ahoi! Can we get an update on this? Otherwise I'd dive into pyspnego now.

srmo avatar Aug 05 '22 09:08 srmo

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.

jborean93 avatar Feb 06 '23 21:02 jborean93

🎉 thanks @clubby789 and @jborean93

herrbenesch avatar Feb 06 '23 21:02 herrbenesch

Thanks a lot! Works like a charm and I don't have to tweak my openssl config unnecessarily!

matthias-reiff avatar Feb 16 '23 06:02 matthias-reiff