Hi,

Can anyone provide an example to have the password encrypted when defined
the source and destination connection parameters.

Your help would be greatly appreciated.

<databaseConnection>
                        <name>src-jdbc</name>
                        <url>XXXXXXX</url>
                        <username>scott</username>
                        <password>ENCRYPTED PASSWORD</password>
                        <driver>oracle.jdbc.OracleDriver</driver>
                </databaseConnection>
I have already looked at the below code should be added in the lsc.xml
filed. How can I create a lsc.key file ?

<security>
    <encryption>
      <keyfile>$LSC_HOME/etc/lsc.key</keyfile>
      <algorithm>AES</algorithm>
      <strength>128</strength>
    </encryption>
  </security>

Thanks,
Rakesh.
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to