Red Hat Training

A Red Hat training course is available for Red Hat Satellite

43.24. setCreateDefaultSystemGroup

Name
setCreateDefaultSystemGroup
Description
Sets the value of the CreateDefaultSystemGroup setting. If True this will cause there to be a system group created (with the same name as the user) every time a new user is created, with the user automatically given permission to that system group and the system group being set as the default group for the user (so every time the user registers a system it will be placed in that system group by default). This can be useful if different users will administer different groups of servers in the same organization. Can only be called by an org_admin.
Parameters
  • string sessionKey
  • boolean createDefaultSystemGruop - True if we should automatically create system groups, false otherwise.
Return Value
  • int - 1 on success, exception thrown otherwise.