Skip to content

Commit

Permalink
fix (#3897)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jares <[email protected]>
  • Loading branch information
pj892031 authored Jul 10, 2024
1 parent f39938f commit 3eefbad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 3eefbad

Please sign in to comment.