Configuring auto-conversion of user ID and password for z/OS connections with credentials override enabled
Enabling auto-conversion of user name and/or password for MVMA
To enable the auto-conversion feature, MVMA administrators need to enable the related system properties from within the wrapper.conf configuration file located in the configuration sub-folder of the MVMA installation:
- Stop MVMA.
- Back up the configuration file configuration/wrapper.conf.
- Edit configuration/wrapper.conf.
Configure the following system property to true in MVMA to automatically convert a user name credential to uppercase for affected connections:
wrapper.java.additional.NN=-Dcom.bmc.mmadmin.wmq.connection.user.credentials.username.touppercase=trueConfigure the following system property to true in MVMA to automatically convert a password credential to uppercase for affected connections:
wrapper.java.additional.NN=-Dcom.bmc.mmadmin.wmq.connection.user.credentials.password.touppercase=true- Save the configuration changes and restart MVMA.
Configuring MQ connections for auto-conversion of user credentials
To request protected operations for MQ connection, a user must input credentials such as user name and/or password to authenticate the connection to an MQ queue manager. The user must enable the Credentials Override flag in the MQ connection to establish the authentication process. Also, the user must enable the z/OS Queue Manager flag for the MQ connection to enable auto-conversion of the credentials to uppercase. These options can be set and reviewed from within the MVMA Admin Console.