STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to IBM z/OS TSS Security Technical Implementation Guide

V-223958

CAT II (Medium)

CA-TSS ACID creation must use the EXP option.

Rule ID

SV-223958r998498_rule

STIG

IBM z/OS TSS Security Technical Implementation Guide

Version

V9R8

CCIs

CCI-002041CCI-004063

Discussion

Without providing this capability, an account may be created without a password. Nonrepudiation cannot be guaranteed once an account is created if a user is not forced to change the temporary password upon initial logon. Temporary passwords are typically used to allow access when new accounts are created or passwords are changed. It is common practice for administrators to create temporary passwords for user accounts which allow the users to log on, yet force them to change the password once they have successfully authenticated.

Check Content

Ask the system administrator (SA) for the procedures for creating new ACIDs.

If the procedure contains the "EXP" option, this is not a finding.

Fix Text

Ensure procedures to create New Acids include the "EXP" option.

Example:
TSS CREATE(USER02) NAME('ANDY POE')
TYPE(USER)
DEPARTMENT(PAYDEPT)
PASSWORD(INITIAL,60,EXP)
FACILITY(TSO)