Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Samples and Examples
  4. Part 3: Tools and Utilities
  5. Part 4: SDK Resources

MDM Hub User name and Encrypted Password

MDM Hub User name and Encrypted Password

You can use the MDM Hub user name to run jobs in MDM Hub and you can get the encrypted password using
get_encr_pwd
script.
You must register the MDM Hub user name that you have used to run jobs in the MDM Hub and must have access to the Operational Reference Store (ORS). The MDM Hub user name requires create and update rights to most configured MDM Hub objects, because you use the MDM Hub user name to run jobs. The admin user enables the MDM Hub user name as service user. If the service user password does not match the admin user password, the admin user sets the service user password to expired or changed.
The MDMExecuteBatch class accepts encrypted passwords.
For example, the following sample command encrypts the clear text password
batch_runner_09
:
./get_encr_pwd.sh batch_runner_09
The script returns the following values:
Plaintext Password: batch_runner_09
Encrypted Password: 37CA15328E2BFB58FD0CF5E97498D186

0 COMMENTS

We’d like to hear from you!