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>


"Confidentiality Warning: This message and any attachments are intended only 
for the use of the intended recipient(s). 
are confidential and may be privileged. If you are not the intended recipient. 
you are hereby notified that any 
review. re-transmission. conversion to hard copy. copying. circulation or other 
use of this message and any attachments is 
strictly prohibited. If you are not the intended recipient. please notify the 
sender immediately by return email. 
and delete this message and any attachments from your system.

Virus Warning: Although the company has taken reasonable precautions to ensure 
no viruses are present in this email. 
The company cannot accept responsibility for any loss or damage arising from 
the use of this email or attachment."
_______________________________________________________________
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