Le 18/09/2018 à 22:35, Matjaz Premerl a écrit :
> Hi,
>
> Today I've got the chance to install lsc tool for the poc project.
> Some things I've already tested within sample directory. But now I
> need sync data from oracle table to active directory users. Can you
> maybe provide some already configured lsc.xml file which is ready for
> active directory as destination and the source is table from e.g.
> Oracle database?

I don't have this, but you can find a lot of information on these pages:
* https://lsc-project.org/documentation/tutorial/openldaptoactivedirectory
* https://lsc-project.org/documentation/tutorial/csvtoldap

For Oracle, you need to install the Oracle JNDI driver inside LSC lib
(/usr/lib/lsc) and use this kind of settings:

    <databaseConnection>
      <name>src-jdbc</name>
      <url>jdbc:oracle:thin:@ORACLE_SERVER/ORACLE_BASE</url>
      <username>ORACLE_USER</username>
      <password>ORACLE_PWD</password>
      <driver>org.hsqldb.jdbcDriver</driver>
    </databaseConnection>


-- 
Clément Oudot | Identity Solutions Manager

[email protected]

Worteks | https://www.worteks.com


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

lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

Reply via email to