Le 28/08/2012 12:16, Clément OUDOT a écrit :
> 2012/8/28 [email protected] <[email protected]>:
>> Hello,
>>
>>         no ideas for this problem ?
>>
> 
> Looks like your filter in the LDAP destination is not good, as your
> connector  try to create an existing entry.
> 
> Clément.
> 

Yes it try to create users which exists in ldap.

My conf is like this :

  <ldapDestinationService>
        <name>ldap-dst-service</name>
        <connection reference="ldap-dst-conn" />
        <baseDn>ou=People,dc=client1,dc=enterprise,dc=net</baseDn>
        <pivotAttributes>
          <string>uid</string>
        </pivotAttributes>
        <fetchedAttributes>
          <string>cn</string>
          <string>sn</string>
          <string>givenName</string>
          <string>userPassword</string>
          <string>objectClass</string>
          <string>uid</string>
          <string>mail</string>
        </fetchedAttributes>
        <getAllFilter>(objectClass=inetOrgPerson)</getAllFilter>

<getOneFilter>(&amp;(objectClass=inetorgperson)(uid={uid}))</getOneFilter>
      </ldapDestinationService>


-- 
                         ''~``
                        ( o o )
+------------------.oooO--(_)--Oooo.---------------------+
| Guillaume Chéramy - Guidtz                             |
| French open source system administrator                |
| E-Mail : [email protected]                        |
| Website : http://blog.cheramy.name                     |
|                                                        |
|                    (   )                               |
+---------------------\ (----(   )-----------------------+
                       \_)    ) /
                             (_/
_______________________________________________________________
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