How to disable Jitsi Moderator/log-in

image

There are a bunch of instructions for how to enable this feature, and I’m trying to basically run them backwards but it’s not working.

I configured Prosody like so

VirtualHost "xxxx.com"
    -- enabled = false -- Remove this line to enable this host
    authentication = "anonymous"
    ldap_server = "localhost"
    ldap_filter = "(uid=$user)"
    ldap_scope = "subtree"
    ldap_base = "ou=users,dc=yunohost,dc=org"
    ldap_mode = "bind"

And Jicofo like so

jicofo {
  authentication: {
    enabled: false
    type: XMPP
    login-url: xxxx.com
 }
  xmpp: {
    client: {
      enabled: true
      client-proxy: xxxx.com
      hostname: localhost
      xmpp-domain: xxxx.com
      domain: xxxx.com
      user: focus
      password: xxxx

and then restarted Prosody, Jicofo and videobridge using systemctl

No luck yet.

Bump

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.