{% extends 'admin/base.html' %}
{% block content %}
{% if spnego_success %}
Successful authentication!
{% else %}
You are seeing this page due to an issue completing GSSAPI-SPNEGO authentication. The most common reasons for this to occur are:
You do not have a valid Kerberos TGT. Re-run kinit
Your browser is not configured to offer Authorization details to this website.
See
this handy guide or contact your Group Policy administrator
There is a server-side configuration error. Contact the administrators of this site.