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!
General overview of the lsc.properties file
The main configuration file
Configuration parameters described here must be placed in the lsc.properties file, located in either:
- The directory specified by the â-fâ command line parameter to LSC
- The current directory if you launch LSC with the java command and the org.lsc-project.Launcher class
- DEPRECATED - The src/test/resources/lsc.properties file if you launch LSC through ant lsc::synchronize
General rules about this file:
- Parameter order doesn't matter.
- Lines beginning with â#â are comments.
What sections ?
Properties are divided into the following sections:
- dst: properties specified with this prefix are used to connect and authenticate against the destination directory
- src: properties specified with this prefix are properties specified with this prefix are used to connect and authenticate against the source directory or database
- lsc.tasks: specify the tasks properties
- lsc.syncoptions: specify the synchronization options
- dn: LDAP DNs for commonly used branches


