PASSWORD(NOPW) on TSS CREATE or TSS REPLACE Shows EXPIRES Date and INTERVAL Value
search cancel

PASSWORD(NOPW) on TSS CREATE or TSS REPLACE Shows EXPIRES Date and INTERVAL Value

book

Article ID: 53883

calendar_today

Updated On:

Products

Top Secret Top Secret - VSE

Issue/Introduction

TSS CRE(acid) NAME('name') DEPT(dept) PASSWORD(NOPW) TYPE(USER) was issued. When listing the ACID with DATA(PASSWORD), it shows:

ACCESSORID = acid      NAME       = name
PASSWORD   =           EXPIRES    = mm/dd/dd  INTERVAL = 090

Why is the list output showing an EXPIRES date and INTERVAL value?

Resolution

Just giving an acid NOPW does not automatically make it non expiring. To make a NOPW acid be non expiring, specify PASS(NOPW,0) on the TSS CREATE or TSS REPLACE command.

Otherwise, it will use the default password expiration interval (from the PWEXP control option) and after that interval expires, the password will need to be changed.