forked from External/greenlight
Bumped LDAP gem version (#1443)
This commit is contained in:
parent
c92d6778c8
commit
8f3ba8a038
2
Gemfile
2
Gemfile
|
@ -50,7 +50,7 @@ gem 'omniauth-twitter'
|
||||||
gem 'omniauth-google-oauth2'
|
gem 'omniauth-google-oauth2'
|
||||||
gem 'omniauth-bn-office365', git: 'https://github.com/blindsidenetworks/omniauth-bn-office365.git', tag: '0.1.0'
|
gem 'omniauth-bn-office365', git: 'https://github.com/blindsidenetworks/omniauth-bn-office365.git', tag: '0.1.0'
|
||||||
gem 'omniauth-bn-launcher', git: 'https://github.com/blindsidenetworks/omniauth-bn-launcher.git', tag: '0.1.3'
|
gem 'omniauth-bn-launcher', git: 'https://github.com/blindsidenetworks/omniauth-bn-launcher.git', tag: '0.1.3'
|
||||||
gem 'bn-ldap-authentication', git: 'https://github.com/blindsidenetworks/bn-ldap-authentication.git', tag: '0.1.1'
|
gem 'bn-ldap-authentication', git: 'https://github.com/blindsidenetworks/bn-ldap-authentication.git', tag: '0.1.2'
|
||||||
gem 'net-ldap'
|
gem 'net-ldap'
|
||||||
|
|
||||||
# BigBlueButton API wrapper.
|
# BigBlueButton API wrapper.
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/blindsidenetworks/bn-ldap-authentication.git
|
remote: https://github.com/blindsidenetworks/bn-ldap-authentication.git
|
||||||
revision: 121445ad7c76de602f2ff449a58e3f53818b5595
|
revision: 9cd1f4d195f0c49abc30b52d23607b770823a9a5
|
||||||
tag: 0.1.1
|
tag: 0.1.2
|
||||||
specs:
|
specs:
|
||||||
bn-ldap-authentication (1.0.1)
|
bn-ldap-authentication (0.1.2)
|
||||||
net-ldap
|
net-ldap
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
|
|
|
@ -137,7 +137,7 @@ en:
|
||||||
allow_any:
|
allow_any:
|
||||||
info: Allows any user to start the meeting at any time. By default, only the room owner can start the meeting.
|
info: Allows any user to start the meeting at any time. By default, only the room owner can start the meeting.
|
||||||
all_moderator:
|
all_moderator:
|
||||||
info: Gives all users moderator priveleges in BigBlueButton when they join the meeting.
|
info: Gives all users moderator privileges in BigBlueButton when they join the meeting.
|
||||||
options:
|
options:
|
||||||
disabled: Disabled
|
disabled: Disabled
|
||||||
enabled: Always Enabled
|
enabled: Always Enabled
|
||||||
|
|
Loading…
Reference in New Issue