-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to work with NFS4ACL's group rules #25
Comments
I'm using nfs4acl |
It seems that when we set Note: I've logged in with SSH via the user and checks that I can access the folder with ACL rules properly. |
webdav-server-rs/src/unixuser.rs Line 97 in 50318a6
After removing the filter, it works fine. |
ArcticLampyrid
added a commit
to ArcticLampyrid/webdav-server-rs
that referenced
this issue
Jan 8, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
read_dir Forbidden if the user isn't its owner. (with
setuid=true
). It's strange.I'm using TrueNAS-SCALE-22.12.3.3, the acl of my folder is:
Foo
: read-onlyAnd the user
Test
is in the groupFoo
.But it showed that "read_dir Forbidden" unless I changed the owner of my folder to user
Test
.The text was updated successfully, but these errors were encountered: