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

'ClientAuth' is not defined #13

Open
n3xus opened this issue Mar 20, 2018 · 1 comment
Open

'ClientAuth' is not defined #13

n3xus opened this issue Mar 20, 2018 · 1 comment

Comments

@n3xus
Copy link

n3xus commented Mar 20, 2018

I'm receiving following error

    Traceback (most recent call last):
    
    File "C:\Python35\lib\site-packages\django_auth_kerberos\backends.py", line 61, in check_password
        kerberos.checkPassword(username.lower(), password, getattr(settings, "KRB5_SERVICE", ""), getattr(settings, "KRB5_REALM", ""))
    
      File "C:\Python35\lib\site-packages\kerberos_sspi.py", line 98, in checkPassword
        ca = ClientAuth("Kerberos", auth_info = auth_info, targetspn=service)
    
    NameError: name 'ClientAuth' is not defined
@02strich
Copy link
Owner

02strich commented Mar 21, 2018 via email

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

2 participants