Project

General

Profile

action #23758

Updated by ingogoeppert about 6 years ago

If we add a new group via invis-portal on an invis-server, the server automatically creates a working-directory for this group. Only the groupmembers can access and use it. 

 ## First feature 
 It would be a nice addon, if we could select a directory-template from collection of templates, for creating the new workingdirectory for a new group. 

 invis-portal launches a shell-script called "creategroupshare". I added the possibility to use template-dirs to this script before. For using this feature it's only neccessary to give it the path to the templatedir as a position parameter: 

 creategroupshare /path/to/templatedir 

 To use this feature we have to add the template-dir selection to invis-portal. The selection should be a dropdown list. 

 ## Second feature 
 It should be possible to groups without a share/directory. We will add a checkbox to the group creation dialog to disable the share creation. Default is enabled.

Back