z/OS Security Server RACF Security Administrator's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Steps for adding a dynamic class with a shared POSIT value

z/OS Security Server RACF Security Administrator's Guide
SA23-2289-00

Perform the steps in this example to define a new class called HORSES8 that you will administer together with the class called PONIES8 and that will share its POSIT value.
  1. Define the new class:
    RDEFINE CDT HORSES8 UACC(NONE) 
       CDTINFO(DEFAULTUACC(NONE) FIRST(ALPHA) MAXLENGTH(200) OTHER(ALPHA,SPECIAL) 
       POSIT(301) 
       RACLIST(REQUIRED)) 

    ______________________________________________________________________

  2. Refresh the dynamic CDT:
    SETROPTS RACLIST(CDT) REFRESH 
    Result: The same SETROPTS options that were previously active for the PONIES8 class are now active for the HORSES8 class because the classes share a POSIT value. The exception is SETROPTS RACLIST.

    ______________________________________________________________________

  3. Define some profiles in the new class:
    RDEFINE HORSES8 PALOMINO.FRANKE UACC(NONE) 
    RDEFINE HORSES8 APPALOOSA.ANDRE UACC(NONE) 

    ______________________________________________________________________

  4. RACLIST the profiles in the HORSES8 class:
    SETROPTS RACLIST(HORSES8)

    ______________________________________________________________________

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014