From 8e2653946cbe69e71d4a7c163dca6fc02e4b7a37 Mon Sep 17 00:00:00 2001 From: Tom Warnke Date: Sat, 21 Oct 2023 22:26:38 +0200 Subject: [PATCH] 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. --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index bb68223..2f4122d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"