From d507e738c9161ce907c3f77fea8f5b0468299e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Villaf=C3=A1=C3=B1ez?= Date: Mon, 28 Oct 2019 08:50:23 +0100 Subject: [PATCH] New changelog item --- changelog/unreleased/36242 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/36242 diff --git a/changelog/unreleased/36242 b/changelog/unreleased/36242 new file mode 100644 index 000000000000..37931ed39f95 --- /dev/null +++ b/changelog/unreleased/36242 @@ -0,0 +1,6 @@ +Bugfix: Fix SMB access denied error while listing the contents of the folder + +This can happen in a DFSr folder, where such folder is visible even though the user doesn't have permissions to read the folder. +Using SMB2, windows will throw an access denied error if a normal user tries to access to that file. + +https://github.com/owncloud/core/pull/36242