Latest Release
- Release candidate 2.0rc2 (07/03/12)
- Release candidate 2.0rc1 (23/12/11)
- Stable version 1.2.2 (09/02/12)
- Nightly builds available to test
Events
- 10/10/2011 - LDAPCon 2011 (Heidelberg, Germany)
- 13/06/2011 - RMLL (Strasbourg, France)
- 9/07/2010 - RMLL (Bordeaux, France)
Community
Get help, contribute or find professional services ...
Find out more!
Search
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 | Read more... | Get started!
Development environment
If you want to develop LSC, you need some extra tools.
IDE integration
You can use Eclipse, NetBeans, etc to edit the Java code. Integrating LSC and it's Maven dependencies is described here.
AntInstaller
The installer bundled in lsc-sample is built with AntInstaller. You'll need to install AntInstaller 0.8+ to update it.
- To install AntInstaller:
- Download the archive here
- Run it with “java -jar AntInstaller-selfextract-beta0.8.jar” (you may need to run this as root to install it in a directory you don't have write access to).
- When you have unpacked or checked out lsc-sample, create the file build.properties in the lsc-sample directory and add the following line replacing the AntInstaller.home value with the path in your environment, for example:
AntInstaller.home=/usr/local/AntInstaller-beta0.8
Note: If you're using Windows, you need to specify this path with forward slashes, for example:
AntInstaller.home=C:/Program Files/AntInstaller-beta0.8/


