Previous Topic: ProtectionNext Topic: SECCACHE—Security Record Cache


Examples: RPW control option

This example indicates that CA Top Secret should not accept a set of new passwords if specified by users:

F TSS,RPW(ADD,STAFF1,BATMAN,MYPASSW,MGRPASS)

The passwords shown above will no longer be able to be specified as new passwords. Users who are currently using these passwords will function normally.

This example removes a password from the list:

F TSS,RPW(REMOVE,BATMAN)

BATMAN may now be selected as a new password.

This example determines the current contents of the restricted password list:

TSS MODIFY(RPW (LIST))
IBM     TEST    SYS     LOG     SIGN    TSO   
PASS    NEW     VTAM    NET     APPL    ROS   
BASIC   FOCUS  CADAM   VALID   DEMO    GAME  
JAN     FEB     MAR     APR     MAY     JUN   
JUL     AUG     SEP     OCT     NOV     DEC   
XXX     ASDF    1234    STAFF1  BATMAN  MYPASSW
MGRPASS                                       
MODIFY   FUNCTION SUCCESSFUL  

This example removes all restricted passwords prefixes (including the product defaults) and restore the product defaults at the next REINIT of CA Top Secret:

TSS MODIFY RPW(reset)