STUN/TURN authentication broken #402
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
turn_ip
needs to be set differently in the cookbook nowSTUN auth doesn't work with ejabberd's LDAP auth. We need to use external auth with a script now. There's one available here: https://www.ejabberd.im/files/contributions/check_pass_ldap_perl.pl.txtSTUN/TURN needs to be configured for short-term credentials. Module docs: https://docs.ejabberd.im/admin/configuration/modules/#mod-stun-discoJust FYI: I have fixed this in production already. PR incoming.