This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
django-kerberos/src/django_kerberos/templates/django_kerberos/error.html

6 lines
181 B
HTML

{% extends "base.html" %}
{% block content %}
An error occurred during initialization of the GSSAPI context, verify that a properly initialized keytab is accessible
{% endblock %}