1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

do not use SSO to guard access to dav.php

Access to the dav.php does not need to be protected via SSO, as
DAV clients will not have an active session but authenticate via
LDAP instead.
This commit is contained in:
Tom Warnke 2023-10-21 22:26:38 +02:00
parent 098ab5c56a
commit 8e2653946c
No known key found for this signature in database
GPG key ID: 23BEBC549919C003

View file

@ -58,6 +58,9 @@ ram.runtime = "50M"
admin.url = "/admin"
admin.allowed= "admins"
admin.show_tile = false
dav.url = "/dav.php"
dav.allowed = "visitors"
dav.show_tile = false
[resources.apt]
packages = "mariadb-server, php8.0-xml, php8.0-mbstring, php8.0-mysql, php8.0-ldap"