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 SSOWAT

This commit is contained in:
Yalh 2019-01-27 05:24:36 +01:00
parent 735b0b3975
commit eab577e730

View file

@ -358,7 +358,7 @@ ynh_use_logrotate
#yunohost service add $app --log "/var/log/$app/APP.log"
# if using yunohost version 3.2 or more in the 'manifest.json', a description can be added
yunohost service add $app --description "$app daemon for XXX" --log "/var/log/$app/$app.log"
#yunohost service add $app --description "$app daemon for XXX" --log "/var/log/$app/$app.log"
#=================================================
# SETUP SSOWAT
@ -368,10 +368,7 @@ 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 "/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"
ynh_app_setting_set $app unprotected_uris "/"
fi
#=================================================