-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jitsi doesn't assign moderator role to any user when internal auth is enabled #2589
Comments
This is happening to me as well with LDAP authentication. |
Looks like this may be an issue in jicofo
I am thinking it has something to do with jicofo assigning me as into the guest domain.
|
This is happening even with auth turned off now. matrix_jitsi_enabled: true
matrix_jitsi_enable_guests: true
matrix_jitsi_enable_lobby: false
Also no moderator for matrix_jitsi_enabled: true
matrix_jitsi_enable_guests: false
matrix_jitsi_enable_lobby: false |
I have turned off LDAP and set Just to recap:
|
Did you ever find a solution to this? I can't get a moderator with or without authentication (tried internal, no moderator, rolled back the server, tried matrix auth, no moderator, rolled back the server to no authentication, no moderator). I can see this in the Prosody logs: |
To get the moderator assignment back (with no authentication) I had to edit /matrix/jitsi/prosody/config/conf.d/jitsi-meet.cfg.lua |
Works also for LDAP authentication, thank you! ;-) |
You can add the following line to your vars.yml: Then cleanup and reinstall the jitsi role to be sure: To rebuild your Jitsi configuration:
That did the trick for me. Also I've read that if you use Matrix authentication you can't login in Jitsi directly (by going to your custom jitsi domain), so for me it's either: |
@spantaleev for visibility |
fix jitsi auth (w/ auth; w/o auth), closes #2589
Describe the bug
Once you enable jitsi internal auth, no one can get moderator permissions anymore
To Reproduce
My
vars.yml
file looks like this:matrix_jitsi_prosody_auth_internal_accounts
Expected behavior
Once you login with the credentials from
matrix_jitsi_prosody_auth_internal_accounts
, you should have full access to moderator tools, the same way as it was before enabling jitsi internal authMatrix Server: Unrelated
Ansible: Unrelated
Client: Unrelated
Additional context
Moderator role assignment works without internal auth
The text was updated successfully, but these errors were encountered: