Can you add GIDs to GROUPS like in RACF?
search cancel

Can you add GIDs to GROUPS like in RACF?

book

Article ID: 12280

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction



In RACF you can have a GID in a group and the group attached to a resource profile. Thus, if the user is attached to the one group, they get both the entitlements and the GID. Is there a way to accomplish this within TSS?

Environment

Release: TOPSEC00200-15-Top Secret-Security
Component:

Resolution

The TSS GROUP is different than the RACF GROUP.

The RACF GROUP is like a TSS PROFILE but is also used to assign a GID.

In TSS, you assign a GID, by adding the GID to GROUP, then attaching that GROUP to an acid. The TSS GROUP is not used to group entitlement.

PROFILEs are used to group entitlements.

The RACF equivalent in TSS would be to add the GROUP ***AND*** PROFILE to the acid. Example:

TSS ADD(JOE) GROUP(OMVSGRP)
TSS ADD(JOE) PROFILE(TRANPROF)