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!

General options

Section 'dn'

Defines well known LDAP DNs to be used in the synchronization.

  • dn.real_root: The base DN to use in the destination directory. This should be the same as the suffix given in the dst URL property described above.
  • dn.people: The base of the tree that contains users in the destination directory. Defaults to ”ou=People”. Can be used in Java classes as Configuration.DN_PEOPLE.
  • dn.ldap_schema: DEPRECATED The DN to the LDAP schema as stored in a LDAPv3 directory. LSC now detects this automatically by reading the subschemaSubEntry attribute in the rootDSE.