Closed rabkaman closed 7 years ago
I think import krbcontext as krbContext
should be changed to
import krbcontext.krbContext as krbContext
or
from krbcontext import krbContext
from krbcontext import krbContext
awesome, that worked.
Good to know krbcontext works for you.
Hoping you can provide me some guidance here using ktab. Seems like your pretty active last week.. so i am hoping for quick answer. I have a SaaS with impersonation needed to run back office processes on behalf of specific users (from application). I have setup ktab and installed all the required kerberos components.. Just cant get your module to work quite right..
Appreciate guidance here.
My test code.
TypeError Traceback (most recent call last)