You configure user groups at the users group levels.
To add a new user group, use the following command:
Admin@UGOS# create users group
You can specify the following parameters:
Parameter |
Description |
---|---|
name |
The user group name. |
description |
The user group description. |
transient |
Values:
|
users |
Add users to the group. |
ldap-users |
Add LDAP users. When adding LDAP users, specify an LDAP connector (ldap-users connector <ldap-server-name> users + [ <domain\user1> <domain\user2> ... ]). |
To update information about a user group, use the following command (the parameters available to update are the same as those for creating a group):
Admin@UGOS# set users group <group-name>
To delete a user group or individual users from it, use the following commands:
Admin@UGOS# delete users group <group-name>
To delete local users, use the following command:
Admin@UGOS# delete users group <group-name> users [ <user1> <user2> ... ]
To delete LDAP users, use the following command:
Admin@UGOS# delete users group <group-name> ldap-users connector <ldap-server-name> users [ <domain\\user1> <domain\\user2> ... ]
To display group settings, use the following command:
Admin@UGOS# show users group <group-name>