From ee5f3b9d950d43847b40393295824f4fe87d43fe Mon Sep 17 00:00:00 2001 From: Rello Date: Wed, 11 Oct 2023 13:07:56 +0200 Subject: [PATCH] Update admin_manual/configuration_files/external_storage/auth_mechanisms.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julius Härtl Signed-off-by: Rello --- .../configuration_files/external_storage/auth_mechanisms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_files/external_storage/auth_mechanisms.rst b/admin_manual/configuration_files/external_storage/auth_mechanisms.rst index 88c248a52..e0600383c 100644 --- a/admin_manual/configuration_files/external_storage/auth_mechanisms.rst +++ b/admin_manual/configuration_files/external_storage/auth_mechanisms.rst @@ -86,6 +86,6 @@ Every external storage, which is using user specific authentication, is connecte Even if several users connect to the same folder, the files are regarded as separate files per user. Nextcloud can not recognize if two users access the very same file if they follow individual connections. -This has an influence on e.g. file locking as a locked individual file is not shown as locked to other users. +This has an influence on e.g. file locking as a locked individual file is not shown as locked to other users or users cannot collaboratively edit documents. If collaborative working on external storage is required, the authentication "Global credentials" has to be used.