Group Management

  • Updated

 

Groups offer Filespace administrators a convenient way to provision resources by combining users and defining permission path assignments in a uniform manner.

Administrators can apply or revoke access as required, assigning group permissions throughout the folder hierarchy in read-only or read/write across a subset of users. 

Multiple users and permissions can be defined within each group. 

Groups are administered from within our LucidLink client dashboard through the control panel tab.

Open your LucidLink Application and select the relevant Filespace from the list of available Filespaces. Then navigate to the Control Panel and add your password to open it: 

Please note, as of Filespace format 2.2 the legacy term “Shares” has been changed to “Permissions.”

control-panel.png

Groups are configured shares and users with read, read & write permissions. 

group-management.png

Add a Group

1. Provide a group name

add-a-group.png

2. Add permissions and define access rights and assign users

add-permissions.png

a. Add permissions

add-permissions2.png

b. Select permissions and user access (read-only or read/write)

add-permisions3.png

c. If necessary add multiple permissions and assign appropriate access rights

add-permissions4.png

d. Assign users 

assign-users-to-groups.png

e. Once complete your Group is finalized. Remove users from the GM10.pngmenu

remove-user-from-group.png

3. Delete a Group

delete-a-group.png

Filespace Groups management via the command-line interface (CLI)

lucid help group
Usage:
lucid group [--list]
lucid group --create groupname [--password password]
lucid group --delete groupname [--password password]
lucid group --set groupname --new-name newGroupname [--password password]
lucid group --set groupname (--add-user username | --remove-user username) [--password password]
lucid group --get groupname [--password password]

Group management - requires root permissions

Options:

    --password password      Your current password
    --list                   Display the list of existing groups
    --create groupname       Create a new group with allowed chars: a-z, A-Z, 0-9, '-_.@'. Max length 128 chars. Groups are case insensitive and case preserving.
    --delete groupname       Delete a group
    --set groupname          Specify a group to be used in combination with --*-user and --new-name options
    --get groupname          Display group's info
    --add-user username      Add user to a group specified with the --set option
    --remove-user username   Remove user from a group specified with the --set option
    --new-name groupname     Change the name of a group specified with the --set option

Create group

lucid group --create Company

Assign share to a group

lucid permission --group Company --set /Company --access read,write

Add user to group

lucid group --set Company --add-user User1

List group users

lucid group --get Company

Was this article helpful?

0 out of 0 found this helpful