aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab/files/extra-patch-Gemfile-kerberos-off
diff options
context:
space:
mode:
Diffstat (limited to 'www/gitlab/files/extra-patch-Gemfile-kerberos-off')
-rw-r--r--www/gitlab/files/extra-patch-Gemfile-kerberos-off11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gitlab/files/extra-patch-Gemfile-kerberos-off b/www/gitlab/files/extra-patch-Gemfile-kerberos-off
new file mode 100644
index 000000000000..b6cbffee72e0
--- /dev/null
+++ b/www/gitlab/files/extra-patch-Gemfile-kerberos-off
@@ -0,0 +1,11 @@
+--- Gemfile.orig
++++ Gemfile
+@@ -96,7 +96,7 @@
+
+ # Kerberos authentication. EE-only
+ gem 'gssapi', '~> 1.3.1', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory
+-gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory
++#gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory
+
+ # Spam and anti-bot protection
+ gem 'recaptcha', '~> 5.12', require: 'recaptcha/rails' # rubocop:todo Gemfile/MissingFeatureCategory