You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Sent from my iPhone
On Mar 20, 2018, at 02:19, n3xus <[email protected]<mailto:[email protected]>> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#13>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AACtXwscHvDBTK3MVA-UP0eT3cLB70muks5tgPO2gaJpZM4Sxyft>.
I'm receiving following error
The text was updated successfully, but these errors were encountered: