From af0493521203a80815083506d6d1991fa495fc7d Mon Sep 17 00:00:00 2001 From: Lukas Pirl Date: Wed, 19 Sep 2018 12:00:15 +0200 Subject: [PATCH] noted required setting for accessing public shares over WebDAV --- user_manual/files/access_webdav.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index a7ed908c8..820a5c691 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -344,6 +344,10 @@ To access the public share, open:: in a WebDAV client, use the share token as username and the (optional) share password as password. +.. note:: ``Settings → Administration → Sharing → Allow users on this + server to send shares to other servers`` needs to be enabled in order + to make this feature work. + Known problems --------------