krbcontext / python-krbcontext

A Kerberos context manager
https://krbcontext.github.io/
GNU General Public License v3.0
25 stars 10 forks source link

Info about using krbcontext in snakebite-py3 #32

Closed elukey closed 5 years ago

elukey commented 5 years ago

Hi!

I am trying to replace https://github.com/elukey/snakebite-py3/blob/master/snakebite/kerberos.py with something python3 compatible, and I found krbcontext. I tried to replicate the snakebite's code with your library but didn't get far, is it something possible?

Thanks in advance!

tkdchen commented 4 years ago

Hi @elukey, sorry for late response. I had a quick look at the kerberos.py in snakebite-py3. Good to see you have done with gssapi.

elukey commented 4 years ago

Np! I was a bit clueless before realizing that the solution with gssapi was super simple. Thanks for the answer anyway! :)