When will the logonid password PSWA1TOD and PSWD-TOD date fields be updated?
search cancel

When will the logonid password PSWA1TOD and PSWD-TOD date fields be updated?

book

Article ID: 56400

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC

Issue/Introduction

When will the logonid password PSWA1TOD and PSWD-TOD date fields be updated?

Environment

Release: ACF2 R16
Component: ACF2MS

Resolution

The PSWA1TOD and PSWD-TOD dates are updated based on the GSO PSWDENCT(XDES|null|AES1) setting.

When the GSO PSWD PSWDENCT is set to XDES only the PSWD-TOD date will be set for password changes and INSERT of new logonids.
When the GSO PSWD PSWDENCT is set to AES1, ACF2 updates BOTH PSWD-TOD and the PSWA1TOD dates password changes and INSERT of new logonids that include a password.

The following examples demonstrate how/when the PSWA1TOD and PSWD-TOD are updated when based on the GSO PSWDENCT(XDES|null|AES1) setting.

PASSWORD information from a LIST of logonid MYTEST:

 

PASSWORD             KERB-VIO(0) KERBCURV() MAXDAYS(30)                    
                    PSWA1TOD(00/00/00-00:00) PSWD-DAT(00/00/00) PSWD-INV(0)
                    PSWD-SRC(12345678) PSWD-TIM(12:16)                    
                    PSWD-TOD(09/23/14-06:47) PSWD-VIO(0) PSWDCVIO(76)     
                    PWP-DATE(00/00/00) PWP-VIO(0)  
 
Note the PSWA1TOD(00/00/00-00:00) and PSWD-TOD(09/23/14-06:47) are different.
 
SET C(GSO)
Change PSWD PSWDENCT(AES1)
F ACF2,REFRESH(PSWD)
CHANGE MYTEST PASSWORD(TESTAES1)
 
 
PASSWORD             KERB-VIO(0) KERBCURV() MAXDAYS(30)                      
                    PSWA1TOD(10/13/14-10:33) PSWD-DAT(00/00/00) PSWD-INV(0) 
                    PSWD-SRC(12345678) PSWD-TIM(12:16)                      
                    PSWD-TOD(10/13/14-10:33) PSWD-VIO(0) PSWDCVIO(76)       
                    PWP-DATE(00/00/00) PWP-VIO(0) 
 
Note the PSWA1TOD(10/13/14-10:33) and PSWD-TOD(10/13/14-10:33) both are 
changed.
                                        
SET LID
INSERT TESTAES1 NAME(AES1 Test) PASSWORD(TESTAES1)                                
 
PASSWORD             KERB-VIO(0) KERBCURV() PSWA1TOD(10/13/14-10:36)        
                    PSWD-DAT(00/00/00) PSWD-INV(0) PSWD-TOD(10/13/14-10:36)
                    PSWD-VIO(0) PSWDCVIO(0) PWP-DATE(00/00/00) PWP-VIO(0)

 

Note for a new logonid that includes a password, both PSWA1TOD(10/13/14-10:36) and PSWD-TOD(10/13/14-10:36) are changed.