django-auth-kerberos icon indicating copy to clipboard operation
django-auth-kerberos copied to clipboard

Kerberos authentication backend for Django

Results 4 django-auth-kerberos issues
Sort by recently updated
recently updated
newest added

`authenticate` method from ModelBackend has `request` as mandatory first argument. In `KrbBackend` it doesn't have `request` at all

I'm trying to use the django-auth-kerberos library - thanks a lot for putting it together - for a project requiring kerberos authentication. Would it be possible to add a minimal...

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...

Migrated from https://github.com/02strich/pykerberos/issues/24 I'm getting this: ``` Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/django_auth_kerberos/backends.py", line 51, in check_password kerberos.checkPassword(username.lower(), password, getattr(settings, "KRB5_SERVICE", ""), settings.KRB5_REALM) kerberos.BasicAuthError: ('No such file or directory',...