-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access rules malfunction with group folders #2493
Comments
Visible error in your screenshot ix fixed by #2476 |
Hello and thank you for your help. After having studied the outcome that you give me, I tried to launch a scan on the group folders unfortunately without success since the following command results in an error message.
Did I misunderstand or execute something ? Regards, |
Apply the patch at #2476 |
After several tests and different approaches, it seems that we only encounter this problem on the mobile application. I oriented my research in this direction and the only link related to my problem is this one (https://github.com/nextcloud/richdocuments/pull/2874/files) but which is a bit dated. I take this opportunity to put the raw logs if it can help.
|
Your last logs come from the |
Yes I totally agree with you but there is a causal link since if there are no access rules from the groups the files open without any problems. |
Duplicate of #598 |
Describe the bug
We encounter a problem when we want to put access rules on certain files of a folder or the folder directly with the notion of inheritance for the documents in the folders. The result is the same.
Access rules are not taken into account and even worse, they malfunction.
For example :
I have the "grp-home" group which is supposed to be able to read files only. Unfortunately it is impossible for me to open this document with a user of this group. I took the opportunity to retrieve the logs that appear at this time from the administration panel.
To Reproduce
Steps to reproduce the behavior:
1 - Have user groups and a group folder
2 - Create authorization rules on this folder or a document inside "Excel/Table" type
3 - Test if with a read-only user/group we manage to open the file to read it and not be able to modify or delete it as indicated in the access rule
Expected behavior
Be able to use read/write access rules according to user group membership.
Actual behavior
Access rules are ignored and users cannot open the file.
Host OS
Ubuntu 22.04.2 LTS
Nextcloud AIO version
Nextcloud AIO v6.3.0
Current channel
Stable
Other valuable info
apache.log
collabora.log
database.log
nextcloud.log
Thank you in advance for your help or any contribution. This is a very interesting feature that we would like to be able to use without problems.
Regards,
The text was updated successfully, but these errors were encountered: