summaryrefslogtreecommitdiffstats
path: root/templates/login/gssapi.html
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-04-28 15:15:39 -0400
committerRob Crittenden <rcritten@redhat.com>2015-04-28 17:30:03 -0400
commit32863be5e39b0d031fafebe7391180d29967fa50 (patch)
tree655683922e938646a43a179528f13365fe645fb5 /templates/login/gssapi.html
parentf1ecda1fe05e3f7d5c0a1a5d33d11c619442416f (diff)
downloadipsilon-32863be5e39b0d031fafebe7391180d29967fa50.tar.gz
ipsilon-32863be5e39b0d031fafebe7391180d29967fa50.tar.xz
ipsilon-32863be5e39b0d031fafebe7391180d29967fa50.zip
Rename authkrb plugin to authgssapi
https://fedorahosted.org/ipsilon/ticket/114 Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Diffstat (limited to 'templates/login/gssapi.html')
-rw-r--r--templates/login/gssapi.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/login/gssapi.html b/templates/login/gssapi.html
new file mode 100644
index 0000000..e5c0844
--- /dev/null
+++ b/templates/login/gssapi.html
@@ -0,0 +1,7 @@
+{% extends "master.html" %}
+{% block main %}
+<div id="login">
+ <p>Press <a href="{{ cont }}">here</a> if your browser does not
+ redirect you in a few seconds</p>
+</div>
+{% endblock %}