ITCAM for SOA 7.2 Fix Pack 1

Specifying the password parameter

The values specified by the –user and –pswd parameters are used to perform an HTTP basic authentication over the HTTPS session. The user and password combination must be a valid user ID and password defined using the administration interface of the DataPower® SOA appliance. See the DataPower documentation for more information about creating authorized user names and passwords.

If the –pswd parameter is specified in the KD4configDC command, its value is immediately encoded and saved in the configuration file, and you are not prompted for the password. Any password that had previously been specified for an existing section (that matches the search according to the other parameters) is replaced by the new password value.

For example, if an existing section for host name H100 specified an authorized user of u2233, there would already be an encoded value of the valid password stored in the configuration file. To change the password value to x1y2z3, run the KD4configDC command:
KD4configDC –enable –env 8 –host H100 –user u2233 –pswd x1y2z3


Feedback