Skip to content
New issue

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

Try to use kerberos-sspi if it is available #22

Open
brechtm opened this issue Jun 8, 2017 · 1 comment
Open

Try to use kerberos-sspi if it is available #22

brechtm opened this issue Jun 8, 2017 · 1 comment

Comments

@brechtm
Copy link

brechtm commented Jun 8, 2017

On Windows, kerberos-sspi seems like a drop-in replacement for pykerberos.

@brechtm
Copy link
Author

brechtm commented Jun 8, 2017

Though if I try to import kerberos_sspi as kerberos (in puresasl/mechanisms.py), I run into this:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant