Skip to content

Releases: 02strich/django-auth-kerberos

Increment required pykerberos version to 1.1.10

28 Aug 21:13
Compare
Choose a tag to compare

The last release added support for KDC verification which requires pykerberos 1.1.10 or older. The requirements for this package have been updated accordingly.

This also includes a typo fix for an error message.

Adding KDC verification support

17 May 23:41
Compare
Choose a tag to compare

This version adds support for verification of the KDC when using pykerberos. This is achieved using the local keytab file and can be disabled in the configuration.

If your system does not have a valid keytab file, this upgrade will break authentication.

kerberos-sspi on Windows

15 Feb 04:51
Compare
Choose a tag to compare

Use kerberos-sspi instead of pykerberos on Windows for better compatibility