docker-jitsi-meet
docker-jitsi-meet copied to clipboard
prosody/rootfs/defaults/saslauthd.conf: Append extended LDAP variables
Include variables from saslauthd documentation here to achieve basic LDAP group membership filtering.
Changes + necessary syntax for FreeIPA compatibility included in env.example.
Tested on stable release, with saslauthd v2.1.28. LDAP tested against FreeIPA v4.11.1. See https://github.com/jitsi/docker-jitsi-meet/issues/1797 for more details.
Peripheral changes:
- LDAP_START_TLS check was outside PROSODY_AUTH_TYPE eq "LDAP" check. Relocate within
- Adjust indentation of {{ if }} and {{ end }} statements to reflect their nested depth
- Cluster variables by function (LDAP bind authentication, LDAP filtering, etc)