Inactive profiles eligible for disable and delete through PPM without SCM

  • 7013081
  • 20-Aug-2013
  • 21-Jan-2014

Environment

NetIQ Security Solutions for iSeries 8.1
PSSecure
Profile and Password Management (PPM)
UPM

Situation

Inactive profiles eligible for disable and delete through Profile and Password Management (PPM) without Secure Configuration Manager (SCM)

Resolution

The data, that this security check in SCM gathers, can be run manually on the iSeries.  However, it is not in a report format, the data is run to a file.
 
CALL       PGM(PSSECURE/ZPCL53RPT) PARM(‘USER’ '*YES' ‘DAYSDIS’ ‘DAYSDLT’)                       
- Where &USER = the individual or generic user name or ‘*ALL’
- Where ‘*YES’ parameter must stay as is
- Where &DAYSDIS = the number of days of inactivity until a profile will be disabled or ‘*UPM’ to use the value defined in PPM/UPM defaults
- Where &DAYSDLT = the number of days of inactivity until a profile will be deleted or ‘*UPM’ to use the value defined in PPM/UPM defaults
Ex: CALL       PGM(PSSECURE/ZPCL53RPT) PARM('*ALL' '*YES' '*UPM' '*UPM'
Data will be output to PSSECURE/ZPPF54.
 

Cause

PTF 1S04005 is required for this funtionality to work.