Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacement of deprecated TSS flag NOPW (v2) #3897

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/SZWESAMP/ZWEITSS
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

/* userid for ZOWE main server */
TSS LIST({zowe.setup.security.users.zowe}) SEGMENT(OMVS)
TSS CREATE({zowe.setup.security.users.zowe}) TYPE(USER) PASS(NOPW,0) +
TSS CREATE({zowe.setup.security.users.zowe}) TYPE(USER) PROTECTED +
NAME('ZOWE MAIN SERVER') +
DEPT(&STCUDEP.)
TSS ADD({zowe.setup.security.users.zowe}) +
Expand All @@ -109,7 +109,7 @@

/* userid for ZIS cross memory server */
TSS LIST({zowe.setup.security.users.zis}) SEGMENT(OMVS)
TSS CREATE({zowe.setup.security.users.zis}) TYPE(USER) PASS(NOPW,0) +
TSS CREATE({zowe.setup.security.users.zis}) TYPE(USER) PROTECTED +
NAME('ZOWE ZIS CROSS MEMORY SERVER') +
DEPT(&STCUDEP.)
TSS ADD({zowe.setup.security.users.zis}) +
Expand Down
4 changes: 2 additions & 2 deletions workflows/templates/ZWESECUR.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ $$

/* userid for ZOWE main server */
TSS LIST(&ZOWEUSER.) SEGMENT(OMVS)
TSS CREATE(&ZOWEUSER.) TYPE(USER) PASS(NOPW,0) +
TSS CREATE(&ZOWEUSER.) TYPE(USER) PROTECTED +
NAME('ZOWE MAIN SERVER') +
DEPT(&STCUDEP.)
TSS ADD(&ZOWEUSER.) GROUP(&STCGRP.) +
Expand All @@ -688,7 +688,7 @@ $$

/* userid for ZIS cross memory server */
TSS LIST(&ZISUSER.) SEGMENT(OMVS)
TSS CREATE(&ZISUSER.) TYPE(USER) PASS(NOPW,0) +
TSS CREATE(&ZISUSER.) TYPE(USER) PROTECTED +
NAME('ZOWE ZIS CROSS MEMORY SERVER') +
DEPT(&STCUDEP.)
TSS ADD(&ZISUSER.) GROUP(&STCGRP.) +
Expand Down
Loading