Skip to content

Commit

Permalink
minor formatting change
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Jandacek <[email protected]>
  • Loading branch information
janan07 committed Dec 6, 2023
1 parent f7fbad7 commit 91d4eb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/extend/extend-apiml/authentication-for-apiml-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,13 @@ Follow these steps to authenticate with client certificates:

1. Specify the Zowe runtime user and set your protection by password.
<!-- We should include where this runtime user and passowrd are specified -->

The user is created with the `NOPASSWORD` parameter by the Zowe installer. It is necessary to change this password. For RACF, issue the following TSO command:

```
ALTUSER <ZOWE_RUNTIME_USER (ZWESVUSR by default)> PASSWORD(<NEWPASSWORD>)
```

For other security systems, refer to the documentation for an equivalent command.
2. Verify that the Zowe runtime user is allowed to log in to z/OSMF. (Check that the user is member of the default `IZUUSER` group.)

Expand Down

0 comments on commit 91d4eb4

Please sign in to comment.