Latest Release
- Stable version 1.2.1 (15/07/10)
- Old stable version 1.1.2 (07/12/09)
- Nightly builds available to test
Events
- 9/07/2010 - RMLL (Bordeaux, France)
- 10-11/04/2010 - Loadays (Antwerp, Belgium)
- 6-7/02/2010 - FOSDEM (Brussels, Belgium)
- 20/09/2009 - LDAPCon 2009 (Portland, OR, USA)
- 10/07/2009 - RMLL (Nantes)
- 25/06/2009 - LinuxTag (Berlin)
Community
Get help, contribute or find professional services ...
Find out more!
Search
Download | Read more... | Get started!
Frequently Asked Questions (FAQ)What relations are there between the LSC project and InterLDAP?LSC started out as a subproject of InterLDAP. In september 2008, LSC was separated and became an independant project on http://lsc-project.org. At the time, people working on both projects were the same ones. Currently, the code is totally independant from InterLDAP, and the development teams are no longer the same. What relations are there between the LSC project and Linagora?Despite the fact that part of the initial work was done during projects for Linagora's clients, the LSC project is now independent from the company. Some developers and contributors are Linagora employees but they work on LSC during their personal time. However it is clear that the project would never have begun without Linagora and its customers. Am I authorized to reuse the LSC project to sell my product?Of course: you can use it, implement synchronization processes and distribute it on your own. But if you improve the main code (create some new functionalities, add transaction support, …), you have to share it with us! :) It does not work. What can I do?Lots of configuration is done in the lsc.properties configuration file. So check it first! If the problem seems to come from the core LSC archive, check against the bugs already reported at the following URL: http://tools.lsc-project.org/bugs and on the mailing lists (even if at this time, there's not many posts!). If you don't find an answer, try to reproduce your problem with a simple synchronization task and simple data and submit a new issue providing the most accurate information you can :). How do I generate some attribute values?There are different ways of doing such manipulations :
What synchronization models / object types are supported?At this time, the Ldap Synchronization Connector is able to map :
What is the standard database to directory synchronization process?The Ldap Synchronization Connector will perform synchronizations in the following ways:
The Ldap Synchronization Connector will perform datasource cleaning in the following ways:
Where can I personalize the connector?Almost everywhere : you can unplug the standard engine:
We are going to develop on top of your component, what guarantees are there that is will remain stable?The Ldap Synchronization Connector will be stable between major versions. The following stuff will be smoothly upgraded (not deprecated and stopped in two minor releases):
Are transactions supported?Yes and no :
Why use iBatis and not Hibernate or JPA?This is simply because in well populated environments, running time is very important. And it appears that a lightweight engine like iBatis is the fastest we can use: http://javajmc.blogspot.com/2007/02/is-ibatis-really-over-twice-as-fast-as.html While lauching Maven, OpenDS does not listen to 33389 port. Why ?This is probably because your network settings are not correct. Try ping your own hostname with “ping `hostname`”. If it does not answer or if the IP tested is not correct, check your /etc/hosts or %WINNT%\System32\drivers\etc\hosts file. |


