You can disable the default administrative user account to prevent any external authentication for security purposes. As a result, external users cannot use this account to access the MDM system. You must create and configure a non-default administrative user in MDM Hub.
Create an administrative user in MDM Hub. Go to
Users > Add User > New
, create this new user account and select the
Enable Administrator
check box.
Assign the user to the registered ORS. Use the
Target Database
tab if you want to assign it to multiple ORSs.
To disable default administrative user account, connect to MDM Hub Master Database and run the following command:
update c_repos_user set user_enabled_ind = 0 where rowid_user = 'INST.0 ' ;
commit ;
Assign this user for use by the
Identity Service
in the ActiveVOS Console.
Go to
<MDM Hub installation directory>/hub/server/bin
folder.
Open the
build.properties
file.
Add the following property for the user name that you created:
mdm.identity.user=<user name>
.
Save the file.
Open a command prompt, and run the following script: