Changing password expiration interval globally in Top Secret
search cancel

Changing password expiration interval globally in Top Secret

book

Article ID: 262721

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

Can the password interval be changed for every user that currently exist?

 

Environment

Release : 16.0

Resolution

There is no built in functionality that will change the password expiration interval globally for users that already exist.

It could be done programatically.

1. Run a TSSCFILE TSS LIST(ACIDS) DATA(BASIC) to generate a dataset with a list of acids.

2. Then create a user written program that willl generate a TSS REP(acid) PASS(*,60) where 60 is the interval of your choosing from the dataset in step 1.

3. Then take the TSS commands generated by the user written program and wrap IKJEFT01 JCL around it and submit it.