Home Contact Download
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

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

Releases

The latest stable release is 1.2.1, as of 15th July 2010. Download the distribution archive, and follow the Quickstart tutorial to get started!

1.2 branch

This branch has been well tested and is considered stable.

Version number Release date Distribution files (including dependencies) Sources
1.2.1 15/07/2010 Tarball Zip RPM Sources only SRC RPM
1.2.0 16/05/2010 Tarball Zip RPM Sources only SRC RPM

See Documentation for the 1.2 branch and the quickstart tutorial.

1.1 branch

This branch is the previous stable branch.

LSC 1.1 had 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.

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

After downloading, make sure to read the documentation.

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.