Skip to main content

Thread: Samba group in group


hi create following share structure

subfolder1.1
folder --- subfolder1 subfolder1.2

subfolder2 subfolder 2.1
subfolder 2.2


1.1 has access own folder, subfolder 1.1, , folder above, subfolder1, must not have access 1.2, subfolder1.2.

1.2 has access own folder , folder above not 1.1 , on ....

created share structure because every group has own share other groups aren't allowed access can share files each other putting them in folder above.

possible create group in group in samba or there other ways of solving this?

quote posted pinkytr4ffic view post
hi create following share structure

subfolder1.1
folder --- subfolder1 subfolder1.2

subfolder2 subfolder 2.1
subfolder 2.2


1.1 has access own folder, subfolder 1.1, , folder above, subfolder1, must not have access 1.2, subfolder1.2.

1.2 has access own folder , folder above not 1.1 , on ....

created share structure because every group has own share other groups aren't allowed access can share files each other putting them in folder above.

possible create group in group in samba or there other ways of solving this?
using standard authentication, assign membership of correct group each user , then
code:
chgrp group1 folder1 folder1.1 folder 1.2 chmod 660 folder1 chmod 600 folder 1.1 folder 1.2 chgrp group2 folder2 folder2.1 folder 2.2 chmod 660 folder2 chmod 600 folder 2.1 folder 2.2
or


Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Samba group in group


Ubuntu

Comments

Popular posts from this blog

Valutazione Template - Joomla! Forum - community, help and support

SD Datastring Convention

First use of Arduino Uno : avrdude error on Blink uploading