We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Windows, kerberos-sspi seems like a drop-in replacement for pykerberos.
The text was updated successfully, but these errors were encountered:
Though if I try to import kerberos_sspi as kerberos (in puresasl/mechanisms.py), I run into this:
kerberos_sspi
kerberos
puresasl/mechanisms.py
C:\Users\bmachie\AppData\Local\Continuum\Miniconda3\envs\ml_irissearch\lib\site-packages\puresasl\mechanisms.py in __init__(self, sasl, p rincipal, **props) 444 _, self.context = kerberos.authGSSClientInit(service=krb_service, --> 445 principal=self.principal) 446 except TypeError: TypeError: authGSSClientInit() got an unexpected keyword argument 'principal'
Reported at kerberos-sspi: #5
Sorry, something went wrong.
No branches or pull requests
On Windows, kerberos-sspi seems like a drop-in replacement for pykerberos.
The text was updated successfully, but these errors were encountered: