Summary:
Allows to modify name and GID for an existing group.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
The group to update the info for. |
|
|
|
New name and (or) GID. |
|
|
|
|
|
|
|
New group name. |
|
|
|
New group ID. |
|
|
|
|
|
|
|
Include this element if you would like to change the group GID and would like it to be selected automatically from the specified range. This element, together with the |
|
|
|
|
|
|
|
|
Returns:
OK/Error
Example:
Changing the name of an existing group TestGroup
to mynewgroup
. Also changing the group ID -- the ID will be automatically selected from the range of 300 to 400.
<packet version="4.0.0">
<dst>
<host>9bafbeb7-85f7-499e-a210-40e00850a5f3</host>
</dst>
<target>userm</target>
<data>
<userm>
<edit_group>
<name>TestGroup</name>
<group>
<name>mynewgroup</name>
</group>
<min_gid>300</min_gid>
<max_gid>400</max_gid>
</edit_group>
</userm>
</data>
</packet>