Clement,
Ok I added the & back to the file (had removed it as Sebastien's sample file used & only) and that has helped. I now get a new error (see below)... Apr 24 11:48:38 - ERROR - Error opening the LDAP connection to the destination! (javax.naming.Aut henticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment: AcceptSec urityContext error, data 525, vece ]) This is nuts...I originally posted to the list as I could not connect to the Source server (AD) and the destination was fine and now I cannot connect to the destination....:( Wendy -----Original Message----- From: Clément OUDOT [mailto:[email protected]] Sent: Tuesday, April 24, 2012 4:52 AM To: Wendy Nevile Cc: Sébastien Bahloul; [email protected] Subject: Re: [lsc-users] problem connecting to AD Le 24 avril 2012 00:46, Wendy Nevile <[email protected]> a écrit : > Sebastien, > > > > > > I have double checked everything (found a couple of errors which I > fixed) but still get the error below... > > > > Apr 23 18:35:57 - DEBUG - Loading XML configuration from: > D:\LSC\etc\lsc.xml > > Apr 23 18:35:57 - ERROR - org.lsc.exception.LscConfigurationException: > javax.xml.bind.UnmarshalEx > > ception > > - with linked exception: > > [org.xml.sax.SAXParseException: The entity name must immediately > follow the '&' in the entity ref > > erence.] > Hello Wendy, The character & is an XML entity so you have to escape it or use CDATA. See http://lsc-project.org/wiki/documentation/2.0/configuration/overview Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

