Create a local group
Create a local group
- In Management, click the "+" button.
- Click "Group".
- Give your group a name, then click "Create".
Delete a local group
- In Management, click the relevant group.
- Click "Delete".
- Confirm the operation by clicking "Delete".
Warning: all the access rights granted to this group will be revoked.
Edit a local group
- In Management, click the relevant group.
- Click "Edit".
- Edit the group name, then click "Confirm".
Add users to a group
Add a user
To add a user to a group:
- Click the relevant user.
- Click "Add to".
- Select the desired group, then click "Add".
Remove a user from a group
To remove a user from a group:
- Click the relevant group.
- Click the relevant user, then "Remove from group".
AD groups
Synchronize groups
You can synchronize the user groups from your AD. These groups then let you dynamically manage the assignment of rights on shared spaces directly from your directory.
To do so:
- Create a
groupsvariable in your SSO connector. - (Optional) Choose a prefix that will filter only the groups that have this prefix.
- Depending on your LockSelf hosting:
- Private Cloud: request the activation of this synchronization from your account manager.
- On-Premises:
- If you send user groups via Federation and want them synchronized in LockSelf, you must change the following parameter in the
envfile (make sure thegroupsclaim is actually sent by the Federation):intercoAd=0tointercoAd=1 - If you do not want to retrieve all the groups from your directory, you can choose a prefix so that only the groups with this prefix are retrieved by LockSelf. The following variable must be replaced in the
envfile:intercoAdPrefix=''tointercoAdPrefix='MY_PREFIX' - Then restart the container.
- If you send user groups via Federation and want them synchronized in LockSelf, you must change the following parameter in the
Updated