Search for MIT krb5 installation on Windows#44
Search for MIT krb5 installation on Windows#44steffen-kiess wants to merge 1 commit intojborean93:mainfrom
Conversation
This code was mostly copied from the python-gssapi project.
|
I would be very reluctant on adding this as MIT krb5 for Windows supports a widely different set of APIs than what their Linux releases do. We also don't ship any wheels for Windows right now so for an end user to install this library they would require the dlls to be present anyway to build the module on Windows negating the need to search for the dll at runtime. Ultimately before we could look into this we would need to
|
I might look into this at some point if I can find the time.
I think this might be a good idea.
I think doing the same thing as python-gssapi would be a good idea. Reasons for that are that:
|
This code was mostly copied from the python-gssapi project. The only changes were changing the name of the library and changing the formatting to make the CI happy.