Author Topic: nested shared folders  (Read 1301 times)

guillaumee

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
nested shared folders
« on: December 13, 2013, 05:17:18 pm »
Hi!

we are trying to create nested shared folders with different ACLs on Zentyal 3.2.4 :

//zentyal/parent ==> /srv/share/parent
//zentyal/child ==> /srv/share/parent/child

We'd like user_a to be able to be able to access both the parent and child shares, and user_b to be able to access only the child shared folder.
However, depending on the ACL's application order, either the child's ACLs are overriden by the parent's or user_b cannot access the child because he doesn't
have the right to browse the parent.

Do you have an idea on how to implement nested shared folders?