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

prosody/rootfs/defaults/saslauthd.conf: Append extended LDAP variables

Open le-firehawk opened this issue 1 year ago • 0 comments

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)

le-firehawk avatar May 03 '24 12:05 le-firehawk