From d0a1541e095b9cee6468eeea07a950264753dd39 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 20 Jan 2014 16:14:52 -0500 Subject: Add Kerberos Negotiate auth plugin This plugin depends on the proper configuration of mod_auth_kerb The mod_auth_kerb plugin should be configured with a directive like the folowing: AuthType Kerberos AuthName "Kerberos Login" KrbMethodNegotiate on KrbMethodK5Passwd off KrbServiceName HTTP KrbAuthRealms $REALM_NAME Krb5KeyTab $KEYTAB_NAME KrbSaveCredentials off KrbConstrainedDelegation off Require valid-user ErrorDocument 401 /idp/login/krb/unauthorized Signed-off-by: Simo Sorce --- templates/login/krb.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/login/krb.html (limited to 'templates/login') diff --git a/templates/login/krb.html b/templates/login/krb.html new file mode 100644 index 0000000..1f9107b --- /dev/null +++ b/templates/login/krb.html @@ -0,0 +1,20 @@ + + + + + {{ title }} + + + + +
+ +
+

Press here if your browser does not + redirect you in a few seconds +

+
+ + -- cgit