Good day.

Using the example lsc.xlm-sample, I see the necessary parameters below for destination ldap services, but the example uses a db for the source. I didn't see any updated documentation for the 2.0 branch (sorry if I missed it).

Can you provide a same source ldap service config with some comments, or is the same, or?? For reference, this will be used to sync AD to OpenLDAP/389 Server.

<destinationService class="ldapDestinationService">
        <name>ldap-dst-service</name>
        <connection reference="4" />
        <baseDn>ou=People,dc=test,dc=com</baseDn>
        <pivotAttributes id="9">
          <string>mail</string>
        </pivotAttributes>
        <fetchedAttributes id="10">
          <string>cn</string>
          <string>sn</string>
          <string>givenname</string>
          <string>objectClass</string>
          <string>uid</string>
<!-- For AD     <string>sAMAccountName</string>     -->
          <string>mail</string>
        </fetchedAttributes>
        <getAllFilter>(objectClass=inetorgperson)</getAllFilter>
<getOneFilter>(&amp;(objectClass=inetorgperson)(mail={mail}))</getOneFilter>
      </destinationService>


Also, I see a doc that talks about the -a -l -s options, but was wondering if there was a 'pretend' or do-nothing option like on the 1.x branch.

Thanks,


Shannon
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to