itsi-auth-dovecot.sh: dfault authenticazion is now 'jitsi-anonymous'.

This commit is contained in:
2026-03-30 02:32:58 +02:00
parent 92e836c5f8
commit d22d8a70b5

View File

@@ -295,7 +295,7 @@ while IFS='' read -r _line || [[ -n $_line ]] ; do
done < "/etc/prosody/conf.avail/${FQHN_HOSTNAME}.cfg.lua" done < "/etc/prosody/conf.avail/${FQHN_HOSTNAME}.cfg.lua"
if [[ "$_auth" != "anonymous" ]] && [[ "$_auth" != "dovecot" ]]; then if [[ "$_auth" != "jitsi-anonymous" ]] && [[ "$_auth" != "anonymous" ]] && [[ "$_auth" != "dovecot" ]]; then
fatal "Another Authentication Module is running on this domain. Please uninstall it first." fatal "Another Authentication Module is running on this domain. Please uninstall it first."
fi fi