itsi-auth-dovecot.sh: dfault authenticazion is now 'jitsi-anonymous'.
This commit is contained in:
@@ -295,7 +295,7 @@ while IFS='' read -r _line || [[ -n $_line ]] ; do
|
||||
|
||||
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."
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user