discourseAllPlugins: init discourse-ldap-auth

(cherry picked from commit 70d29c5cf4c0561b22f8934db0c5b2dd1bf6484c)
This commit is contained in:
Ryan Mulligan
2021-08-19 13:32:24 +00:00
committed by github-actions[bot]
parent a1007637ce
commit 6feba8ac10
6 changed files with 130 additions and 0 deletions
@@ -0,0 +1,8 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem 'pyu-ruby-sasl', '0.0.3.3', require: false
gem 'rubyntlm', '0.3.4', require: false
gem 'net-ldap', '0.14.0'
gem 'omniauth-ldap', '1.0.5'