HP Systems Insight Manager 7.2 Command Line Interface Guide

-t
This option is used to test the Directory Server settings.
Return Value
Upon completion, mxauthnconfig returns:
MeaningValue
The operation completed successfully.0
An error occurred during operation.< 0
Examples
Example 1
Save directory server settings in System Insight Manager for the first time. This example takes
password from the command line
mxauthnconfig c s servername p password l 1 u local-username d
CN=Users,DC=test,DC=com
Example 2
Save directory server settings in System Insight Manager for the first time. The password is not
passed in this example. User will be prompted to pass the password.
mxauthnconfig c s servernamel 1 u local-username d
CN=Users,DC=test,DC=com
Example 3
To change the authentication mechanism of HP SIM to two-factor authentication.
mxauthnconfig m 1
Example 4
To the authentication mechanism of HP SIM to username password.
mxauthnconfig m 0
Example 5
Modify the directory server settings.
mxauthnconfig m s servername p password l 1 u local-username d
CN=Users,DC=test,DC=com
Example 6
Modify one of the properties of the directory server settings.
mxauthnconfig m s servername
Example 7
Test the directory server settings.
mxauthnconfig t
mxcert
Manages certificates in HP SIM.
26 Command descriptions