
credentials: Object, "status": "NT_STATUS_OK", "localAddress": null, "remoteAddress": "ipv4:192.168.10. Firefox loggingįirefox console gives a strange error: 021-03-22T11:59:04.358Z : authenticateAndUpgradeRole failedĬonnectionError: "connection.passwordRequired" Jitsi Meet is a set of Open Source projects which empower users to deploy secure, scalable and easy to use video conferencing platforms with state-of-the-art video quality and features.
#JITSI MEET ISO PASSWORD#
But logging in with and password does not work. Do not specify this parameter for the anonymous bindĪfter rebuilding/restarting Docker a host needs to log in when starting a meeting in Jitsi. LDAP_BINDDN=CN=ldapservice,CN=Users,DC=ad,DC=nethserver,DC=home Do not specify this parameter for the anonymous bind LDAP_BASE=CN=Users,DC=ad,DC=nethserver,DC=home To get authentication to work I made the following changes to /opt/jitsi/docker-jitsi-meet/.env # enable authentication Ldapsearch -H ldaps://192.168.10.10:636 -x -D CN=ldapservice,CN=Users,DC=ad,DC=nethserver,DC=home -w bKlDbcv_ITSx2Qic -b CN=Users,DC=ad,DC=nethserver,DC=home To make sure I can reach the AD server from the jitsi-prosody container I tested this using: docker exec -ti docker-jitsi-meet_prosody_1 bash
#JITSI MEET ISO SOFTWARE#
Jitsi Meet is on the list of free software recommended by the French government. Jitsi meet is now working for guests Test LDAP connection Essentially, this application mixes voice over IP (VoIP) and video conferencing. XMPP_RECORDER_DOMAIN=Ĭompletely rebuild and restart docker docker-compose down & rm -rf.

LDAP_BINDDN=CN=binduser,OU=users,DC=AD,DC=NETHSERVER,DC=HOME JIBRI_XMPP_PASSWORD=5022d94d6ebef29e01d48676acc8b38dĮTHERPAD_DEFAULT_PAD_TEXT="Welcome to Web Chat!\n\n"ĮTHERPAD_SKIN_VARIANTS="super-light-toolbar super-light-editor light-background full-width-editor" For this I made the following changes in /opt/jitsi/docker-jitsi-meet/.env # replace meet.jitsi with local settings I started by just making sure Jitsi works for guest. So I might be a bit to excessive in the information below, but the question is: How can I solve this? What else can I do to investigate this? I tried everything I could think of, but can’t get it to work.

Now I’m trying to get authentication to work.

I installed jitsi following the procedure in the wiki.
