bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.
GNU Lesser General Public License v3.0
789 stars 3.8k forks source link

role mapping not working properly in 3.3.6 #5880

Closed fmo1 closed 1 month ago

fmo1 commented 2 months ago

I did some tests.... and got confused... then I realized that the role mapping doesn't work in 3.3.6 how it used to be (or at least not on my installation that has no alteration of the code)

I added in the site-setting a role-mapping-rule in the shown pattern (role1=email1, role2=email2, role3=email3)

the only mapping that occured is from the first entry...

I delted the user of email1 (the only one that worked) then changed the setting by moving it to the end in the role-mapping-string... created again a user with email1 and the mapping failed.... So everything except the first entry in this string gets ignored for some reason

fmo1 commented 2 months ago

What I found out so far is that the info in Site Settings > Registration says the correct format is role1=email1, role2=email2 with SPACE but this format is not the one that works... you can't have spaces now it doesn't work with spaces anymore