Skip to content

Commit 9101311

Browse files
authored
Merge pull request #11535 from nextcloud/artonge/add_sharing_settings
Add documentation about new sharing settings
2 parents 11159fa + ce1e233 commit 9101311

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

admin_manual/configuration_files/file_sharing_configuration.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,38 @@ forcing them.
9999
100100
.. _transfer_userfiles_label:
101101

102+
Advanced settings
103+
-------------------------------------------------------------------
104+
105+
Here are some edge case settings which are not editable from the web interface, because they are only useful to small subset of administrators.
106+
107+
You can use the ``occ`` command to update those, for example:
108+
109+
.. code-block:: bash
110+
111+
occ config:app:set core shareapi_restrict_user_enumeration_full_match_email --value yes
112+
113+
- ``core.shareapi_restrict_user_enumeration_full_match_ignore_second_display_name``
114+
+ When full match is activated, ignore the appended second display name.
115+
+ Default: ``no``
116+
+ Examples:
117+
118+
+---------------+--------------+------------------------------+------------+
119+
| Setting value | Search query | User name | Will match |
120+
+===============+==============+==============================+============+
121+
| ``yes`` | User 1 | User 1 (Second display name) | yes |
122+
+---------------+--------------+------------------------------+------------+
123+
| ``no`` | User 1 | User 1 (Second display name) | no |
124+
+---------------+--------------+------------------------------+------------+
125+
126+
- ``core.shareapi_restrict_user_enumeration_full_match_userid``
127+
+ When full match is activated, do not match user ID
128+
+ Default: ``yes``
129+
130+
- ``core.shareapi_restrict_user_enumeration_full_match_email``
131+
+ When full match is activated, do not match user email
132+
+ Default: ``yes``
133+
102134
Distinguish between max expiration date and default expiration date
103135
-------------------------------------------------------------------
104136

0 commit comments

Comments
 (0)