diff options
author | 2024-09-03 18:36:19 +0100 | |
---|---|---|
committer | 2024-09-03 18:36:19 +0100 | |
commit | 5b1d023fee61f49c90ad84f50e0306cad46de6b0 (patch) | |
tree | 64951c2299bc84ab27e5dc344deee36f08c42a0f | |
parent | More cgitrc modifications (diff) |
Fix Jitsi SASL authentication
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?
-rw-r--r-- | ansible/roles/jitsi/tasks/ldap_auth.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible/roles/jitsi/tasks/ldap_auth.yml b/ansible/roles/jitsi/tasks/ldap_auth.yml index 771d632..80f1bd7 100644 --- a/ansible/roles/jitsi/tasks/ldap_auth.yml +++ b/ansible/roles/jitsi/tasks/ldap_auth.yml @@ -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 @@ -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 |