Previous Topic: ExampleNext Topic: Example


modify—Modify Server Groups

This action allows you to modify server groups.

It has the following format:

servergroup action=modify 
name=groupname
[NewName=newname] 
[InheritPerms[={y|n}]]
[comment=comment] 
comment

Specifies the new comment on the group. To erase a comment enter the empty string ("").

inheritPerms

This optional parameter specifies if the group being modified is a security group or not.
If “InheritPerms=n” is coded then the specified group will not inherit permissions to its members and therefore is no security group any longer.
If “InheritPerms” or “InheritPerms=y” is coded then the specified group will inherit permissions to it members and therefore becomes a security group.
If the parameter is not coded then the permission inheritance settings of the group are not changed.

name

Specifies the name of the server group to be modified.

NewName

Specifies the new name of the server group.