From 6c6f37c8b07ebb7cdad120d76e852f0e3c58a3a0 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Fri, 23 Oct 2015 13:25:24 +0200 Subject: [PATCH] Re-add Kerberos to AuthHelper form-based providers --- app/helpers/auth_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/auth_helper.rb b/app/helpers/auth_helper.rb index 40c1f3b0f4..fe0c17d72a 100644 --- a/app/helpers/auth_helper.rb +++ b/app/helpers/auth_helper.rb @@ -1,6 +1,6 @@ module AuthHelper PROVIDERS_WITH_ICONS = %w(twitter github gitlab bitbucket google_oauth2).freeze - FORM_BASED_PROVIDERS = [/\Aldap/, 'crowd'].freeze + FORM_BASED_PROVIDERS = [/\Aldap/, 'kerberos', 'crowd'].freeze def ldap_enabled? Gitlab.config.ldap.enabled