docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Retrieving information from LDAP

Open Lithimlin opened this issue 3 years ago • 0 comments

Hi,

I'm using LDAP to authenticate users in my jitsi setup. However, when they enter a meeting room and click on their information, they have "[email protected]" as their email address. From what I understand, this is because the FQDN in the docker environment is set to jitsi.meet and jitsi just assembles its email addresses from the registered user and the FQDN. However, is there a way to get more information from the LDAP (like email addresses or even phone numbers)? I unfortunately can't just change the FQDN to fake that info since there are different email domains between different users. I've tried looking around a bit but can't seem to really find anything that suggests this is possible.

Lithimlin avatar Oct 05 '21 09:10 Lithimlin