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

Creating and Registering Users in an MDM Hub Master Database

Creating and Registering Users in an MDM Hub Master Database

You need to create and register users that need access to the MDM Hub in the MDM Hub Master Database.
  1. Configure the user registration properties in the
    automation.properties
    file.
    The following table describes the properties in the
    automation.properties
    file that you need to configure:
    Property
    Description
    MDM.number.of.new.users
    Required. Number of new users that you want to create. You can create a maximum of 1000 users.
    MDM.new.user.firstname<n>
    Required. First name of the user that you want to create.
    MDM.new.user.middlename<n>
    Optional. Middle name of the user that you want to create.
    MDM.new.user.lastname<n>
    Required. Last name of the user that you want to create.
    MDM.new.user.email<n>
    Required. Email address of the user that you want to create.
    MDM.new.user.username<n>
    Required. User name of the user that you want to create.
    MDM.new.user.password<n>
    Required. Password to access the account of the user that you want to create.
    MDM.new.user.isExternalAuthentication<n>
    Required. Specifies whether or not the user is externally authenticated.
    If set to
    N
    , ensure that you set the
    MDM.new.user.password<n>
    property.
    MDM.new.user.isAdministrator<n>
    Required. Specifies whether or not the user is an administrator.
    MDM.new.user.defaultDatabaseId<n>
    Required. ID of the default Operational Reference Store.
  2. Open a command prompt and navigate to the following directory:
    On UNIX.
    <Resource Kit installation directory>/automation/Misc_Automation
    On Windows.
    <Resource Kit installation directory>\automation\Misc_Automation
  3. To create and register users in the MDM Hub Master Database, run the following command:
    On UNIX.
    CreateUsers.sh
    On Windows.
    CreateUsers.cmd
    The users are created and registered with the MDM Hub Master Database.

0 COMMENTS

We’d like to hear from you!