Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions admin_manual/configuration_files/external_storage/smb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,9 @@ Hidden files upload failure or not shown
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If you have the configuration ``hide dot files = Yes``, you will not be able to upload a hidden file (dot file) nor will you be able to show hidden files on your filelist (even if the 'show hidden file' option is checked on the nextcloud settings.
Make sure you have the following option in your configuration: ``hide dot files = No``

Using ACL support
^^^^^^^^^^^^^^^^^
When enabling ACL support for external SMB/CIFS storage, Nextcloud can respect filesystem-level access controls.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should clarify that it only impacts how the permissions are represented in the UI.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@icewind1991 Do you have a suggestion?

.. warning:: However, please be aware that ACL evaluation currently only works reliably for user-based permissions. Group-based ACLs are not supported, and users do not inherit access rights granted through group memberships. For consistent access behavior, ensure that permissions are assigned directly to individual users.

Loading