1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Fix Protected URIS

This commit is contained in:
Yalh 2019-01-27 05:31:45 +01:00
parent eab577e730
commit d3707e9abd

View file

@ -24,7 +24,6 @@ ynh_abort_if_errors
# RETRIEVE ARGUMENTS FROM THE MANIFEST
#=================================================
domain=$YNH_APP_ARG_DOMAIN
domain=$YNH_APP_ARG_DOMAIN
path_url="/Microsoft-Server-ActiveSync"
#admin=$YNH_APP_ARG_ADMIN
@ -32,7 +31,6 @@ is_public="1"
#language=$YNH_APP_ARG_LANGUAGE
#password=$YNH_APP_ARG_PASSWORD
path_url_activesync="/Microsoft-Server-ActiveSync"
path_url_autodiscover1="/AutoDiscover"
path_url_autodiscover2="/Autodiscover"
path_url_autodiscover3="/autodiscover"
@ -369,6 +367,7 @@ 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 $path_url_autodiscover1
fi
#=================================================