Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117755394
D3980.1775203280.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
619 B
Referenced Files
None
Subscribers
None
D3980.1775203280.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3980: Disable unauthenticated access
Attached
Detach File
Event Timeline