debian-mirror-gitlab/debian/patches/0005-use-debian-omniauth-ldap.patch

14 lines
532 B
Diff
Raw Normal View History

2015-09-25 11:26:01 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-09-25 12:17:16 +05:30
@@ -52,7 +52,7 @@ gem "gitlab_git", '~> 7.2.15'
2015-09-25 11:26:01 +05:30
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
2015-09-25 12:17:16 +05:30
-gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap"
2015-09-25 11:26:01 +05:30
+gem 'omniauth-ldap', '~> 1.0.4', require: "omniauth-ldap"
# Git Wiki
gem 'gollum-lib', '~> 4.0.2'