IBM i Target CLI Configuration
This topic contains the parameters to add IBM i target applications and target accounts:
capam32
This topic contains the parameters to add IBM i target applications and target accounts:
2
IBM i Target Connector CLI Parameters
To add an IBM i target application and connector using the CLI, use the addTargetApplication command and the following command parameters:
TargetApplication.type
The target application connector type.
Required | Default Value | Valid Values |
yes | N/A | AS400
|
Attribute.sslEnabled
Specify whether to use a secure (SSL or TLS) connection.
Required | Default Value | Valid Values |
yes | true
| true , false
|
IBM i Target Account CLI Parameters
To add an IBM i target account that uses the target connector, use the addTargetAccount command and the following command parameters:
Attribute.useOtherAccountToChangePassword
Specify whether to use the target account or a different account to perform password change requests.
Required | Default Value | Valid Values |
yes | N/A | true , false
|
Attribute.otherAccount
Specify which other account to use to perform password change requests.
Required | Default Value | Valid Values |
If Attribute.useOtherAccountToChangePassword is true, set this parameter to yes | N/A | A valid target account ID |
IBM i CLI Examples
cmdName=addTargetApplication TargetServer.hostName=myhostname.mydomain.comTargetApplication.name=my_AS400_app TargetApplication.type=AS400Attribute.extensionType=AS400 Attribute.sslEnabled=truecmdName=addTargetAccount TargetServer.hostName=myhostname.mydomain.comTargetApplication.name=my_AS400_app TargetAccount.userName=adminTargetAccount.password=p@ssw0rd Attribute.extensionType=AS400