Skip to content

Commit

Permalink
Fix Jitsi SASL authentication
Browse files Browse the repository at this point in the history
Why doesn't it support quotes?

Why doesn't it support quotes?

Why doesn't it support quotes?

Why doesn't it support quotes?

Why doesn't it support quotes?

Why doesn't it support quotes?
  • Loading branch information
jb3 committed Sep 3, 2024
1 parent 4496366 commit 5b1d023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/roles/jitsi/tasks/ldap_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
name: "{{ item }}"
state: present
loop:
- sasl2-bin # Necessary for Cyrus' saslauthd
- lua-cyrussasl # Necessary for Prosody to access Cyrusd
- liblua5.2-dev # Necessary for Prosody to access Cyrus
- sasl2-bin # Necessary for Cyrus' saslauthd
- lua-cyrussasl # Necessary for Prosody to access Cyrusd
- liblua5.2-dev # Necessary for Prosody to access Cyrus
tags:
- role::jitsi

Expand All @@ -66,7 +66,7 @@
content: |
pwcheck_method: saslauthd
mech_list: PLAIN
saslauthd_path: "{{ sasl_mux_path }}/mux"
saslauthd_path: {{ sasl_mux_path }}/mux
tags:
- role::jitsi

Expand Down

0 comments on commit 5b1d023

Please sign in to comment.