forked from External/greenlight
GRN2-30: Add custom ldap sign in page (#619)
* Add custom ldap signin page * Remove old omniauth-ldap gem * Use new bn gems
This commit is contained in:
committed by
Jesus Federico
parent
09afd9154f
commit
523d9a38f2
23
Gemfile.lock
23
Gemfile.lock
@ -1,9 +1,16 @@
|
||||
GIT
|
||||
remote: https://github.com/blindsidenetworks/bn-ldap-authentication.git
|
||||
revision: 538132e0df70dbe470120f7bc7a93968c522031f
|
||||
specs:
|
||||
bn-ldap-authentication (1.0.0)
|
||||
net-ldap
|
||||
|
||||
GIT
|
||||
remote: https://github.com/blindsidenetworks/omniauth-bn-launcher.git
|
||||
revision: 0d0597bec9aed63b9c9d44e99e16353c5d587d48
|
||||
tag: 0.1.0
|
||||
revision: 025785046c3d532ed2252ef4762469c8d08d4839
|
||||
tag: 0.1.1
|
||||
specs:
|
||||
omniauth-bn-launcher (0.1.0)
|
||||
omniauth-bn-launcher (0.1.1)
|
||||
omniauth (~> 1.3, >= 1.3.2)
|
||||
omniauth-oauth2 (= 1.5.0)
|
||||
|
||||
@ -165,11 +172,6 @@ GEM
|
||||
jwt (>= 2.0)
|
||||
omniauth (>= 1.1.1)
|
||||
omniauth-oauth2 (>= 1.5)
|
||||
omniauth-ldap (1.0.5)
|
||||
net-ldap (~> 0.12)
|
||||
omniauth (~> 1.0)
|
||||
pyu-ruby-sasl (~> 0.0.3.2)
|
||||
rubyntlm (~> 0.3.4)
|
||||
omniauth-oauth (1.1.0)
|
||||
oauth
|
||||
omniauth (~> 1.0)
|
||||
@ -187,7 +189,6 @@ GEM
|
||||
popper_js (1.14.5)
|
||||
public_suffix (3.0.3)
|
||||
puma (3.12.1)
|
||||
pyu-ruby-sasl (0.0.3.3)
|
||||
rack (2.0.7)
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
@ -256,7 +257,6 @@ GEM
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 1.7)
|
||||
ruby-progressbar (1.10.0)
|
||||
rubyntlm (0.3.4)
|
||||
safe_yaml (1.0.5)
|
||||
sass (3.7.4)
|
||||
sass-listen (~> 4.0.0)
|
||||
@ -336,6 +336,7 @@ DEPENDENCIES
|
||||
action-cable-testing
|
||||
bcrypt (~> 3.1.7)
|
||||
bigbluebutton-api-ruby
|
||||
bn-ldap-authentication!
|
||||
bootstrap (~> 4.3.1)
|
||||
byebug
|
||||
cancancan (~> 2.0)
|
||||
@ -351,11 +352,11 @@ DEPENDENCIES
|
||||
jquery-rails (~> 4.3.3)
|
||||
listen (~> 3.0.5)
|
||||
mini_racer
|
||||
net-ldap
|
||||
omniauth
|
||||
omniauth-bn-launcher!
|
||||
omniauth-bn-office365!
|
||||
omniauth-google-oauth2
|
||||
omniauth-ldap
|
||||
omniauth-twitter
|
||||
pagy
|
||||
pg (~> 0.18)
|
||||
|
Reference in New Issue
Block a user