Discussion:
[lsc-changes] [Ldap Synchronization...] page changed: documentation:tutorial:csvtoldap
webmaster
2014-03-04 16:26:49 UTC
Permalink
A page in your DokuWiki was added or changed. Here are the details:

Date : 2014/03/04 17:26
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0
IP-Address : 88.173.78.196
Hostname : mne69-10-88-173-78-196.fbx.proxad.net
Old Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap?rev=1393950387
New Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap
Edit Summary: [Synchronize from CSV to LDAP directory]
User : coudot

@@ -4,9 +4,9 @@
The idea is to use a database source service based on a HSQLDB instance (database on files or in memory).

This HSQLDB instance will be previously populated with data contained in the CSV file.

- <note tip>To run a sample CSV to LDAP connector out of the box, you can follow the [[..:sample|quickstart]].</note>
+ <note tip>To run a sample CSV to LDAP connector out of the box, you can follow the [[..:latest:configuration:sample|quickstart]].</note>

===== Step 1: Populate the HSQLDB database from CSV =====

==== CSV file ====
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
webmaster
2014-03-04 16:27:04 UTC
Permalink
A page in your DokuWiki was added or changed. Here are the details:

Date : 2014/03/04 17:27
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0
IP-Address : 88.173.78.196
Hostname : mne69-10-88-173-78-196.fbx.proxad.net
Old Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap?rev=1393950409
New Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap
Edit Summary: [Synchronize from CSV to LDAP directory]
User : coudot

@@ -4,9 +4,9 @@
The idea is to use a database source service based on a HSQLDB instance (database on files or in memory).

This HSQLDB instance will be previously populated with data contained in the CSV file.

- <note tip>To run a sample CSV to LDAP connector out of the box, you can follow the [[..:latest:configuration:sample|quickstart]].</note>
+ <note tip>To run a sample CSV to LDAP connector out of the box, you can follow the [[..:latest:sample|quickstart]].</note>

===== Step 1: Populate the HSQLDB database from CSV =====

==== CSV file ====
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
webmaster
2014-03-04 16:27:38 UTC
Permalink
A page in your DokuWiki was added or changed. Here are the details:

Date : 2014/03/04 17:27
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0
IP-Address : 88.173.78.196
Hostname : mne69-10-88-173-78-196.fbx.proxad.net
Old Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap?rev=1393950424
New Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap
Edit Summary: [Step 2: Configure LSC]
User : coudot

@@ -51,9 +51,9 @@
</code>

===== Step 2: Configure LSC =====

- <note>We just provide here the specific configuration items for this tutorial. For a complete overview of LSC configuration, please read [[..:start|the full documentation]].</note>
+ <note>We just provide here the specific configuration items for this tutorial. For a complete overview of LSC configuration, please read [[..:latest:start|the full documentation]].</note>

==== HSQLDB source connector ====

First of all, configure your [[..:configuration:connections:database|database connection]]:
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
webmaster
2014-03-04 16:29:57 UTC
Permalink
A page in your DokuWiki was added or changed. Here are the details:

Date : 2014/03/04 17:29
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0
IP-Address : 88.173.78.196
Hostname : mne69-10-88-173-78-196.fbx.proxad.net
Old Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap?rev=1393950458
New Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap
Edit Summary:
User : coudot

@@ -55,9 +55,9 @@
<note>We just provide here the specific configuration items for this tutorial. For a complete overview of LSC configuration, please read [[..:latest:start|the full documentation]].</note>

==== HSQLDB source connector ====

- First of all, configure your [[..:configuration:connections:database|database connection]]:
+ First of all, configure your [[..:latest:configuration:connections:database|database connection]]:
<file xml>
<databaseConnection>
<name>src-jdbc</name>
<url>jdbc:hsqldb:hsql://localhost/lscdb</url>
@@ -140,11 +140,11 @@
</file>

===== LDAP destination connector =====

- <note tip>We suppose you have a running LDAP server on localhost. If not, you can use the sample LDAP directory from the [[..:sample|quickstart]].</note>
+ <note tip>We suppose you have a running LDAP server on localhost. If not, you can use the sample LDAP directory from the [[..:latest:sample|quickstart]].</note>

- First of all, configure your [[..:configuration:connections:ldap|ldap connection]]:
+ First of all, configure your [[..:latest:configuration:connections:ldap|ldap connection]]:

<file xml>
<ldapConnection>
<name>dst-ldap</name>
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
webmaster
2014-03-04 16:32:23 UTC
Permalink
A page in your DokuWiki was added or changed. Here are the details:

Date : 2014/03/04 17:32
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0
IP-Address : 88.173.78.196
Hostname : mne69-10-88-173-78-196.fbx.proxad.net
Old Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap?rev=1393950597
New Revision: http://lsc-project.org/wiki/documentation/tutorial/csvtoldap
Edit Summary:
User : coudot

@@ -5,8 +5,10 @@

This HSQLDB instance will be previously populated with data contained in the CSV file.

<note tip>To run a sample CSV to LDAP connector out of the box, you can follow the [[..:latest:sample|quickstart]].</note>
+
+ <note>Another way to synchronize from CSV to LDAP is to use [[..:plugins:executable|Executable plugin]] and [[..:plugins:executable:perl_csv2ldif|Perl wrappers for CSV]].</note>

===== Step 1: Populate the HSQLDB database from CSV =====

==== CSV file ====
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
Loading...