forked from External/greenlight
Added fix for multitenant error (#394)
* Added fix for multitenant error * Fixed issue with room lock when using ldap * Fixed test cases * Fixed rubocop issue * Included internal documentation for LDAP ENV variables
This commit is contained in:
committed by
Jesus Federico
parent
08f6f32779
commit
c0b46be547
@ -56,6 +56,13 @@ OFFICE365_SECRET=
|
||||
#
|
||||
# http://docs.bigbluebutton.org/install/greenlight-v2.html#ldap-auth
|
||||
#
|
||||
# LDAP_SERVER=ldap.example.com
|
||||
# LDAP_PORT=389
|
||||
# LDAP_METHOD=plain
|
||||
# LDAP_UID=uid
|
||||
# LDAP_BASE=dc=example,dc=com
|
||||
# LDAP_BIND_DN=cn=admin,dc=example,dc=com
|
||||
# LDAP_PASSWORD=password
|
||||
LDAP_SERVER=
|
||||
LDAP_PORT=
|
||||
LDAP_METHOD=
|
||||
|
Reference in New Issue
Block a user