Author Topic: howto manage permissions of share's subdirectory in webinterface  (Read 1541 times)

_b_

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
hi there,

i am currently evaluating zentyal if it is a valid replacement for our infrastructure. at a first glimpse it looks really promising! thank you very much so far.

the webinterface is pretty much self-explaining, no big question marks here.

going deeper into the day-to-day procedures i am now coming across the management of permissions within subfolders.

for our project teams we have shares on the fileserver like this:
- projects
- pitches
- organizational

anyone can access those shares, but cannot create subfolders. i think this is what anyone has on their machines.

within those shares we have folders for each project or organizational matter, in which there are some subfolder with special permissions, so that only projectleaders or company managers can look into them.

this is an example of a project folder, below the share projects:
dummy_project (everyone ro)
+-- dropbox (everyone rw)
+-- workfiles (everyone rw)
+-- confidential (managers rw)
+-- financial (projectleaders and managers rw)

as this folder is contained in a share, the permissions come from the filesystem and not the shares configuration.

is there a planned best practice in zentyal how to manage this? or is it required to have an addtional tool managing the filesystems acls like directly from the shell or something like eiciel?

sorry if this has been asked before, but i wasnt able to find an answer for this.

thanks anyway,
best,
sebastian

andre.pool

  • Zen Apprentice
  • *
  • Posts: 19
  • Karma: +1/-0
    • View Profile
Re: howto manage permissions of share's subdirectory in webinterface
« Reply #1 on: July 04, 2014, 03:49:08 pm »
There is no way to that via the web interface, what I do is logon with the domain admin and map the root drive, from there I manage the subdirectories NTFS permission wise.
I hope this helps.  8)

jbahillo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1444
  • Karma: +77/-2
    • View Profile
Re: howto manage permissions of share's subdirectory in webinterface
« Reply #2 on: July 04, 2014, 04:19:04 pm »
Hello In order to manage permissions in a non recursive way you will need to disable web GUI permissions management unmanaged_acls on /etc/zentyal/samba.conf and set permissioins as you need using some Windows Workstation as a domain admin

_b_

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: howto manage permissions of share's subdirectory in webinterface
« Reply #3 on: July 09, 2014, 10:15:31 pm »
thank you guys,

dealing with the well known interface from a explorer properties dialog on a windows client is perfectly fine. a bit of testing with the recursive acl's option in the share creation dialog to get a feeling for it is recommended before setting up complicated acl's configurations. ;-)

thanks,
sebastian