On 21/01/2019 18:05, Mark wrote: > Thank you so much. I made the change and now I'm seeing an > IndexOutOfBoundsException error. > > I've attached the full error log to this reply.
I think IndexOutOfBoundsException is thrown at this line : uid = srcLdap.attribute(memberSrcDn, "uid").get(0); Very likely, memberSrcDn does not have a uid attribute. -- Soisik Froger | Software Architect [email protected] +33 6 49 00 09 55 Worteks | https://www.worteks.com _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

