On 21/10/2009 11:58, sebastiendescamps at free.fr wrote: > > Thanks for the quick answer. > >> Hi ! >> >> Basically what this error message is saying is that the class >> "org.lsc.beans.inetOrgPersonBean" can't be found. I presume that your >> >> lsc.properties is configured to use it (lsc.tasks.<taskname>.bean =). >> >> This property is normally the bean for the *destination* objectClass - >> >> so if you're synchronizing *to* Active Directory, it should probably >> be >> "org.lsc.beans.userBean". >> >> Does this help? If it doesn't work as you expect, please post your >> configuration so we can help you as best possible :) > > This leads to other errors : "Empty or non existant destination (no IDs > found)" > This makes me think of a bad configuration of the connector, but as I said, > i'm rather new to working with Directories...
That's clearly progress! This just means that a search on your destination didn't return any entries - check your search base (in dst.java.naming.provider.url and lsc.tasks.FirstTask.dstService.baseDn) and your filters (lsc.tasks.FirstTask.dstService.filterAll). > What configuration files do you need ? Unfortunately, as i don't understand > everything i do, i probably made mistakes... Just lsc.properties should be enough. > Thanks anyway for your time, No problem, it's a pleasure! :) Regards, Jonathan

