2014-11-28 9:50 GMT+01:00 <[email protected]>:

>  I have mentioned that and below is the complete lsc.xml for your
> reference. Thanks for your help on this.
>
>
>
> <?xml version="1.0" ?>
>
> <lsc xmlns="http://<webserver-ip>/XSD/lsc-test.xsd" revision="0">
>
> <connections>
>
>     <ldapConnection>
>
>           <name>AD</name>
>
>                 <url>ldap://AD-IP:389/dc=testrjil,dc=net</url>
>
>                       <username>cn=myid,dc=test,dc=net</username>
>
>                             <password>password</password>
>
>                                   <authentication>SIMPLE</authentication>
>
>                                   <pageSize>1000</pageSize>
>
>     </ldapConnection>
>
> </connections>
>
> <!--  ./connections Connections list node, must contain at least two
> connections -->
>
> <!--  ./audits Audits list node -->
>
>   <audits>
>
> <!--./audit Audit node, here a CSV audit, may also be a LDIF or any
> contributed audit type -->
>
>         <csvAudit>
>
> <!--    ./name mandatory, audit name -->
>
>                 <name>csv</name>
>
> <!--    ./append optional, default to false, specify to create a new log
> file or to append to the existing one  -->
>
>                 <append>true</append>
>
> <!--    ./operations optional, comma separated list of operations (create,
> delete, update or rename) -->
>
>                 <operations>create, delete</operations>
>
> <!--    ./file mandatory, define the location of the file where the CSV
> data will be written -->
>
>                 <file>/tmp/dump.csv</file>
>
> <!--    ./datasets optional, comma separated list of datasets modification
> to log -->
>
>                 <datasets>cn, dn</datasets>
>
> <!--    ./separator optional, default to ";", specify the values separator
> -->
>
>                 <separator>,</separator>
>
>         </csvAudit>
>
>   </audits>
>
>
>
> <!-- ./security This mandatory node contains the security settings used by
> LSC -->
>
>   <security>
>
> <!-- ./encryption This optional node contains the encryption settings -->
>
>     <encryption>
>
> <!--  ./keyfile This optional node contains the keyfile location -->
>
> <!--     <keyfile>etc/lsc.key</keyfile> -->
>
> <!--  ./algorithm This optional node contains the encryption algorithm -->
>
>       <algorithm>AES</algorithm>
>
> <!--  ./strength This optional node contains the algorithm key length -->
>
>       <strength>128</strength>
>
>     </encryption>
>
>   </security>
>
> </lsc>
>
>
>


Please, don't change the xmlns value, and define at least one task.


You should try to run the quickstart tutorial, and adapt it to your needs:
http://lsc-project.org/wiki/documentation/latest/sample


Clément.
_______________________________________________________________
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