From 735b0b3975b2185272bc1f0e51f48fc929371a8d Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 04:53:19 +0100 Subject: [PATCH] unprotect autodiscover --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c5e36f1..47fbe68 100755 --- a/scripts/install +++ b/scripts/install @@ -368,7 +368,10 @@ yunohost service add $app --description "$app daemon for XXX" --log "/var/log/$a if [ $is_public -eq 1 ] then # unprotected_uris allows SSO credentials to be passed anyway. - ynh_app_setting_set $app unprotected_uris "/" + ynh_app_setting_set $app unprotected_uris "/Microsoft-Server-ActiveSync" + ynh_app_setting_set $app unprotected_uris "/AutoDiscover" + ynh_app_setting_set $app unprotected_uris "/Autodiscover" + ynh_app_setting_set $app unprotected_uris "/autodiscover" fi #=================================================