Hi Serge,

Thank you for this feedback. So I'll need to release soon a 2.0rc2 with a
fixed lsc.xml-sample !

Regards
-- 
Sebastien BAHLOUL
IAM / Security specialist
Ldap Synchronization Connector : http://lsc-project.org
Blog : http://sbahloul.wordpress.com/



2012/2/15 Serge DANY <serge.d...@arondor.com>

> Hi Sebastien,
>
> I ran into the same problem few weeks ago and I think the old XML style
> file comes from the lsc.xml-sample in the 2.0 RC1 on
> http://lsc-project.org/wiki/download
>
>
>
>
> 2012/2/10 Sébastien Bahloul <sebastien.bahl...@gmail.com>
>
>> Hi Sonny,
>>
>> You are using a old XML format : use the following should make it working
>> :
>>
>> *    <ldapConnection>*
>>        <id>ldap-dst-conn</id>
>>       <url>ldap://####:339/dc=####,dc=####</url>
>>       <username>cn=####</username>
>>       <password>####</password>
>>       <authentication>SIMPLE</authentication>
>>       <referral>IGNORE</referral>
>>       <version>VERSION_3</version>
>>       <pageSize>-1</pageSize>
>>       <factory>com.sun.jndi.ldap.LdapCtxFactory</factory>
>>       <tlsActivated>false</tlsActivated>
>> *    </ ldapConnection >*
>>
>> Can you point me the URL location or the file where you found this old
>> style format so that I can fix it ?
>>
>> Regards,
>> --
>> Sebastien BAHLOUL
>> IAM / Security specialist
>> Ldap Synchronization Connector : http://lsc-project.org
>> Blog : http://sbahloul.wordpress.com/
>>
>>
>>
>> 2012/2/10 Zambrana, Sonny <sonny.zambr...@mtvnmix.com>
>>
>>>   Hello,
>>>
>>> My scenario is that I have an OpenLDAP source server and I’m trying to
>>> synchronize changes to an OpenDJ destination server.  I’m new to this
>>> product and have read through the documentation.  It appears that my XML
>>> configuration file is incorrect.  Could someone please take a look and
>>> provide feedback on what I’m missing/mistyped?
>>>
>>> Thank you everyone and any help is greatly appreciated.
>>>
>>>
>>> XML (I have marked off login credentials and hostnames):
>>>
>>>
>>> <?xml version="1.0" ?>
>>> <lsc xmlns="http://lsc-project.org/XSD/lsc-core-1.0.xsd"; id="1"
>>> revision="0">
>>>
>>> <connections id="2">
>>>
>>>     <connection class="ldapConnection" id="3">
>>>       <id>ldap-source-conn</id>
>>>       <url>ldap://localhost:339/dc=####,dc=####</url>
>>>       <username>cn=####</username>
>>>       <password>####</password>
>>>       <authentication>SIMPLE</authentication>
>>>       <referral>IGNORE</referral>
>>>       <derefAliases>NEVER</derefAliases>
>>>       <version>VERSION_3</version>
>>>       <pageSize>-1</pageSize>
>>>       <factory>com.sun.jndi.ldap.LdapCtxFactory</factory>
>>>       <tlsActivated>false</tlsActivated>
>>>     </connection>
>>>
>>>     <connection class="ldapConnection" id="4">
>>>       <id>ldap-dst-conn</id>
>>>       <url>ldap://####:339/dc=####,dc=####</url>
>>>       <username>cn=####</username>
>>>       <password>####</password>
>>>       <authentication>SIMPLE</authentication>
>>>       <referral>IGNORE</referral>
>>>       <version>VERSION_3</version>
>>>       <pageSize>-1</pageSize>
>>>       <factory>com.sun.jndi.ldap.LdapCtxFactory</factory>
>>>       <tlsActivated>false</tlsActivated>
>>>     </connection>
>>>
>>> </connections>
>>>
>>> <tasks id="5">
>>>
>>>     <task id="6">
>>>       <ldapSourceService>
>>>         <name>openldap-src-service</name>
>>>         <connection reference="ldap-source-conn" />
>>>         <baseDn>ou=People</baseDn>
>>>         <getAllFilter>(objectClass=inetorgperson)</getAllFilter>
>>>         <getOneFilter>(&amp;(objectClass=inetorgperson)
>>>             (mail={mail}))</getOneFilter>
>>>         <pivotAttributes>
>>>           <string>mail</string>
>>>         </pivotAttributes>
>>>         <fetchedAttributes>
>>>           <string>cn</string>
>>>           <string>sn</string>
>>>           <string>objectClass</string>
>>>           <string>uid</string>
>>>           <string>mail</string>
>>>         </fetchedAttributes>
>>>       </ldapSourceService>
>>>     </task>
>>>     <task id ="7">
>>>       <ldapDestinationService>
>>>         <name>opendj-dst-service</name>
>>>         <connection reference="ldap-dst-conn" />
>>>         <baseDn>ou=People</baseDn>
>>>         <getAllFilter>(objectClass=inetorgperson)</getAllFilter>
>>>         <getOneFilter>(&amp;(objectClass=inetorgperson)
>>>             (mail={mail}))</getOneFilter>
>>>         <pivotAttributes>
>>>           <string>mail</string>
>>>         </pivotAttributes>
>>>         <fetchedAttributes>
>>>           <string>cn</string>
>>>           <string>sn</string>
>>>           <string>objectClass</string>
>>>           <string>uid</string>
>>>           <string>mail</string>
>>>         </fetchedAttributes>
>>>       </ldapDestinationService>
>>>     </task>
>>>
>>> </tasks>
>>>
>>> </lsc>
>>>
>>>
>>> _______________________________________________________________
>>> Ldap Synchronization Connector (LSC) - http://lsc-project.org
>>>
>>> lsc-users mailing list
>>> lsc-users@lists.lsc-project.org
>>> http://lists.lsc-project.org/listinfo/lsc-users
>>>
>>>
>>
>> _______________________________________________________________
>> Ldap Synchronization Connector (LSC) - http://lsc-project.org
>>
>> lsc-users mailing list
>> lsc-users@lists.lsc-project.org
>> http://lists.lsc-project.org/listinfo/lsc-users
>>
>>
>
> _______________________________________________________________
> Ldap Synchronization Connector (LSC) - http://lsc-project.org
>
> lsc-users mailing list
> lsc-users@lists.lsc-project.org
> http://lists.lsc-project.org/listinfo/lsc-users
>
>
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
lsc-users@lists.lsc-project.org
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to