ports/security/py-django-auth-kerberos/pkg-descr
Dan Langille 83386c08b8 security/py-django-auth-kerberos: Add pkg-message
Move the contents of pkg-descr to pkg-install.
Improve pkg-descr by describing some features.

Reported by:	Mateusz Piotrowski <0mp@FreeBSD.org>
2021-10-19 13:38:25 +00:00

9 lines
378 B
Text

Kerberos authentication backend for Django which allows you to easily
specify the realm & service. It can protect against rogue KDC responses
by validating the ticket against the local keytab.
It can do case-sensitive matching between Kerberos and database user names.
It can also accept redirect url to use after login.
WWW: https://github.com/02strich/django-auth-kerberos