Home Contact Download
Download Now

Latest Release

Events

Community

Get help, contribute or find professional services ...
Find out more!

Search




Ohloh statistics

Open source connector to synchronize identities to a LDAP directory from any data source including any database with a JDBC connector, another LDAP server or flat files ...
Download  |  Read more...  |  Get started!

Download

LSC has two components:

  1. LSC-core: The heart of the synchronization engine. It contains generic code to connect and compare data sources.
  2. LSC-sample: A dummy project that you must download and modify to create a synchronization connector. This project depends on LSC-core.

Therefore, you must download a source archive of LSC-sample. It will automatically download the right version of LSC-core.

Note: .bz2 files can be decompressed using 7-Zip on Windows.

Releases

The latest stable release is 1.1.1, as of 1st November 2009. Download the lsc-sample archive, and follow the Quickstart tutorial to get started!

1.1 branch

This branch is considered stable and has been well tested.

Version number Release date Download link
1.1.1 01/11/2009 lsc-sample 1.1.1
1.1.0 27/07/2009 lsc-sample 1.1.0

1.0 branch

Version 1.0 is deprecated. It is still available through SVN and the Maven repository.

File repository

All releases and snapshots are available at the following location: http://tools.lsc-project.org/files.

Source code

LSC source code is available at the following locations:

SVN repository access

To check out the source code from SVN, you need to install a SVN client, and point in to the above address. On most *NIX based systems, just run these commands:

svn checkout https://lsc-project.org/svn/lsc/trunk lsc-core-trunk
svn checkout https://lsc-project.org/svn/lsc-sample/trunk lsc-sample-trunk

You can also choose a tagged version instead of the trunk development source code, depending if you are looking for the latest or a stable version.

Developers can authenticate to the repository to commit using this URL:

https://<username>@lsc-project.org/svn/

Snapshots of LSC

As well as updating from SVN, you can get nightly snapshots of all active branches of LSC.

LSC-core and LSC-sample are available as archives, with ”-SNAPSHOT” in the name.

LSC-core is available as a nightly compiled snapshot here. The nightly snapshots of LSC-sample will automatically download and update this via Maven.