insitefulgamer
08/27/2025, 1:36 PMuser1@domain.com as both email and username.
However, prosody does not work with usernames containing @. The filter ldap_filter: (mail=%u*) allows the part before the @ to be used as the username and authentication successfully takes place (i.e. the user user1@domain.com logs in with just user1), but how can we modify this filter to use the full username without the @ for authentication (i.e. user1@domain.com would enter user1domain.com)?nitnelave
08/27/2025, 2:07 PMnitnelave
08/27/2025, 2:08 PM%u*yourdomain.com in the filterinsitefulgamer
08/27/2025, 2:25 PMjitsiuid which is just the user ID without special characters (so `user1@domain.com`'s jitsiuid will be user1domaincom), but as it stands this must be configured manually for each user. Does LLDAP have a way to dynamically set this schema?nitnelave
08/27/2025, 2:47 PMnitnelave
08/27/2025, 2:49 PMnitnelave
08/27/2025, 2:50 PMinsitefulgamer
08/27/2025, 2:51 PM