ajout du BBB imio
This commit is contained in:
@@ -35,29 +35,11 @@ ldap = {
|
||||
# BigBlueButton
|
||||
|
||||
## Installation
|
||||
|
||||
Installé à l'aide du script officiel fournit ici :
|
||||
https://docs.bigbluebutton.org/2.2/install.html#bbb-installsh
|
||||
|
||||
## Ajout d'un compte administrateur
|
||||
`docker exec greenlight-v2 bundle exec rake user:create["LOGIN","MAIL","PASS","admin"]`
|
||||
|
||||
## Connexion LDAP
|
||||
|
||||
On suit la solution proposée par la communauté :
|
||||
https://docs.bigbluebutton.org/greenlight/gl-config.html#ldap-auth
|
||||
|
||||
Lors de la configuration du fichier .env pour activer l'authentification LDAP,
|
||||
on applique les paramètres suivants :
|
||||
|
||||
|
||||
```shell
|
||||
LDAP_SERVER=ldap.libre-entreprise.org
|
||||
LDAP_PORT=636
|
||||
LDAP_METHOD=ssl
|
||||
LDAP_UID=uid
|
||||
LDAP_BASE=o=libre-entreprise
|
||||
LDAP_BIND_DN=
|
||||
LDAP_PASSWORD=
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
utiliser le role `bbb-enable-ldap-LE` dans le fichier playbook_prod.yml pour votre machine
|
||||
|
||||
Reference in New Issue
Block a user