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"
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user