Hello
I have setup a local Jitsi Meet Server. I ahve connected it with an openldap server for authentication with cyrus/sasl. I 've tested the connection with
sudo saslauthd -d -a ldap
and
sudo testsaslauthd -u user -p password
and I get ok connection. What I want to know is how can I make it so when my users connect to the server either from the page or the electron app have to always authenticate. The users should be the users from the openldap server and they will use their email addresses to connect. I have already setup[ as ldap filter
mail=%u
Can anyone point me to a tutorial or give me some instructions?