Support intro
Sorry to hear youâre facing problems
help.nextcloud.com is for home/non-enterprise users. If youâre running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isnât supplied; for fastest response please provide as much as you can
Nextcloud version (eg, 18.0.2): 19.0.1
Operating system and version (eg, Ubuntu 20.04): Debian 10
Apache or nginx version (eg, Apache 2.4.25): ?
PHP version (eg, 7.1): 7.3.19
The issue you are facing:
When i configurate as admin the standart share rights (update, change, delete, share) in administration on the server, then this values are not active when a user share a dire or a file.
E.g. I set as standart-right, when a user create a share, that the receiver has no possibilities zu create or change or delete the content of the share. But, independently from my settigs, the user has ALL right to to with the content what he want. When i show the rights on the share he has full access - no matter what i have configurate on the server.
In the DB, under oc_appconfig are all config values correct:
|core|shareapi_default_permission_cancreate|no|
|core|shareapi_default_permission_candelete|no|
|core|shareapi_default_permission_canshare|no|
|core|shareapi_default_permission_canupdate|no|
|core|shareapi_default_permissions|1|
But after i make a share, the default permissions are not â1â rather â31â!
Is this the first time youâve seen this error? (Y/N):
i see this on 2 installations from 19.0.1
Steps to replicate it:
- configure the standart share permissions (/index.php/settings/admin/sharing)
- share a dir or a file
- look et the permissions have the reciever
The output of your Nextcloud log in Admin > Logging:
PASTE HERE
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
PASTE HERE
The output of your Apache/nginx/system log in /var/log/____
:
PASTE HERE