Group authority type
When a user creates a new object, the Group authority type parameter in the user’s profile determines what type of authority the user’s group receives to the new object.
- Add User prompt:
- Not shown
- CL parameter:
- GRPAUTTYP
- Length:
- 10
The GRPAUTTYP parameter works with the OWNER, GRPPRF, and GRPAUT parameters to determine the group’s authority to a new object.
When the GRPAUTTYP value is changed, the change takes effect the next time the user signs on or the next time a job swaps to the user profile using a profile handle or profile token obtained after the change has occurred.
Value | Description |
---|---|
*PRIVATE | The authority defined in the GRPAUT parameter is assigned to the group profile as a private authority. |
*PGP | The group profile defined in the GRPPRF parameter is the primary group for the newly created object. The primary group authority for the object is the authority specified in the GRPAUT parameter. This value can be specified only when GRPAUT is not *NONE. |
|
Recommendations: Specifying *PGP is a method for beginning to use primary group authority. Consider using GRPAUTTYP(*PGP) for users who frequently create new objects that must be accessed by members of the group profile.