Sybase Target Connector CLI Configuration

This topic contains the parameters for adding Sybase target applications and target accounts:
3-2-6
This topic contains the parameters for adding Sybase target applications and target accounts:

Sybase Target Application CLI Parameters

To add a Sybase 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
sybase
Attribute.sslEnabled
Required
Default Value
Valid Values
false
true, false
Attribute.sslCertificate
The LDAP SSL certificate.
Required
Default Value
Valid Values
Required if the protocol is SSL.
N/A
X.509 digital certificate in BASE64 encoded format
Attribute.port
The target application port.
Required
Default Value
Valid Values
no
N/A
0-65535.

Sybase Target Account CLI Parameters

To add a Sybase target account that uses the target connector, use the addTargetAccount command and the following command parameters:
Attribute.schema
Specifies 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.useOtherAccountToChangePassword
Specifies whether to use the target account or a different account to perform password change requests.
Required
Default Value
Valid Values
yes
None
true, falsed
Attribute.otherAccount
Specifies which other account to use to perform password change requests.
Required
Default Value
Valid Values
yes if
Attribute.useOtherAccountToChangePassword
is true.
N/A
A valid target account ID.
Attribute.extensionType
Required
Default Value
Valid Values
yes
N/A
sybase

Sybase CLI Example

cmdName=addTargetApplication TargetServer.hostName=rh72 TargetApplication.name=mySybase TargetApplication.type=sybase Attribute.port=5000
cmdName=addTargetAccount TargetServer.hostName=rh72 TargetApplication.name=mySybase
TargetAccount.userName=sybaseUser TargetAccount.password=myPasswd TargetAccount.privileged=true TargetAccount.synchronize=true
TargetAccount.cacheBehavior=useCacheFirst TargetAccount.cacheDuration=30
Attribute.extensionType=sybase Attribute.schema=master Attribute.useOtherAccountToChangePassword=false