Page MenuHomePhorge

D3980.1775203280.diff
No OneTemporary

Authored By
Unknown
Size
619 B
Referenced Files
None
Subscribers
None

D3980.1775203280.diff

diff --git a/public_html/index.php b/public_html/index.php
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -151,7 +151,10 @@
// register some plugins
$server->addPlugin(new \Sabre\DAV\Auth\Plugin($auth_backend, 'KolabDAV'));
-$server->addPlugin(new \Sabre\DAVACL\Plugin());
+// Unauthenticated access doesn't work for us since we require credentials to get access to the data in the first place.
+$aclPlugin = new \Sabre\DAVACL\Plugin();
+$aclPlugin->allowUnauthenticatedAccess = false;
+$server->addPlugin($aclPlugin);
if ($services['CALDAV']) {
$server->addPlugin(new \Kolab\CalDAV\Plugin());

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 8:01 AM (4 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823116
Default Alt Text
D3980.1775203280.diff (619 B)

Event Timeline