mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
unprotect autodiscover
This commit is contained in:
parent
8c16f8f30a
commit
735b0b3975
1 changed files with 4 additions and 1 deletions
|
@ -368,7 +368,10 @@ yunohost service add $app --description "$app daemon for XXX" --log "/var/log/$a
|
||||||
if [ $is_public -eq 1 ]
|
if [ $is_public -eq 1 ]
|
||||||
then
|
then
|
||||||
# unprotected_uris allows SSO credentials to be passed anyway.
|
# 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
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue