> Hey folks,
>
> I was looking for a tool, script or whatever that can sync a brand new
> openldap server with an existing active directory base. And it's being a
> hardwork. So i came up with LCS, and i feel it a bit confusing,  so
> started
> from the basics, i've read everything on the website, tried to configure
> and
> run  the application but having some issues.
> My goal as i said, is to make a synchronization between two directories
> (AD
> and OpenLDAP), the quickstart help simulates an csv import to the test
> ldapserver, i did the corresponding modifications and tried... but i get
> an
> error in the step 'lsc::compile-app'
>
>     [javac]
> /home/rafael/Desktop/lcs/lsc-sample-1.2-SNAPSHOT/src/impl/java/org/lsc/beans/inetOrgPersonBean.java:628:
> cannot find symbol
>     [javac] symbol  : class inetOrgPerson
>     [javac] location: class org.lsc.beans.inetOrgPersonBean
>     [javac]     public JndiModifications[]
> checkDependenciesWithinetOrgPerson(inetOrgPerson soc, JndiModifications
> jm)
> {
>     [javac]
>                                                            ^
>     [javac] 5 errors
>
> BUILD FAILED
> /home/rafael/Desktop/lcs/lsc-sample-1.2-SNAPSHOT/build.xml:98: Compile
> failed; see the compiler error output for details.
>
> In the lsc.properties generated, although i choose the option ldap to
> ldap,
> and specified a different taskname, the parameters show as follow:
>
> lsc.tasks=MySyncTask
> lsc.tasks.MySyncTask.type=db2ldap
>
> I'm not familiarized with ant, so i don't know where to search for hints.
> Am i doing something wrong? If there's any kind of tutorial, guide or
> something like i'd appreciatte view it.
>


Hi,

you can maybe read this tutorial :
http://lsc-project.org/wiki/documentation/tutorial/openldaptoactivedirectory

It is OpenLDAP -> AD but you can easily adapt it to AD -> OpenLDAP.

Thanks for using LSC ;)

Cl?ment.

Reply via email to