docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Retrieving information from LDAP
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.