usage:
java com.ibm.di.plugin.idipwsync.GenPropertiesFile. filepath ldapPassword keystorePassword
where:
filepath is full file identifier of the file to be created
ldapLoginPassword is the unencoded password for access to the LDAP server
sslKeystorePassword is unencoded password to the client ssl keystore (.jks) file
encyptionKeystorePassword is unencoded password to the password encyption keystore (.jks) file
example:
java com.ibm.di.plugin.idipwsync.GenPropertiesFile c:/sync/idipwsync.props secret1 secret2 secret3
* @param args java.lang.String[]