mongodb / winkerberos

A native Kerberos client implementation for Python on Windows
Apache License 2.0
54 stars 15 forks source link

Initial support for authGSSServer #20

Closed wokis closed 5 years ago

wokis commented 6 years ago

I've added authGSSServer support for a project I worked on that needed it. It would be nice if it would be accepted and ultimately accessible from pip. It's a pretty rough implementation, though I'm happy to work on it further incase it isn't good enough for a merge.

behackett commented 6 years ago

Neat! I'll take a closer look soon.

behackett commented 5 years ago

I've merged your changes to master and added a few patches on top. Thanks again for the hard work on this. It's really appreciated. Please try master out in your environment. I don't currently have an environment set up to test server side Kerberos, so any testing you can do would be really helpful.