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

15 lines
481 B
Diff
Raw Normal View History

2016-01-20 00:51:50 +05:30
Debian package contains gitlab patches
2016-02-09 14:02:25 +05:30
Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/13280
2016-01-20 00:51:50 +05:30
2017-08-17 23:00:15 +05:30
--- a/Gemfile
+++ b/Gemfile
2017-09-10 18:21:32 +05:30
@@ -64,7 +64,7 @@
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
2017-09-10 18:21:32 +05:30
-gem 'gitlab_omniauth-ldap', '~> 2.0.3', require: 'omniauth-ldap'
+gem 'omniauth-ldap', '~> 1.0.4', require: 'omniauth-ldap'
gem 'net-ldap'
2015-09-25 11:26:01 +05:30
# Git Wiki