Issue #518 has been updated by Raphaƫl Ouazana.

Status changed from Feedback to Rejected
Target version deleted (2.1)

I think this is not supported. But you can easily have a working configuration 
with your single configuration file.
Eg. supposing you have async tasks aT1, aT2 and aT3 and sync task sT1, then you 
can launch your service with:
<pre>
lsc -a aT1,aT2,aT3
</pre>
and launch your sync task on demand with:
<pre>
lsc -s sT1
</pre>
----------------------------------------
Bug #518: dateformat in the ldapSourceService causes ldap query spam
http://tools.lsc-project.org/issues/518

Author: Joel Foote
Status: Rejected
Priority: Normal
Assigned to: Joel Foote
Category: Core
Target version: 
Problem in version: 2.0


LSC version: 2.0

When using a dateformat attribute with the ldapSourceService other then 
default, the service will send queries constantly to the ldap server.

Here are example values that this was seen with:

      <dateFormat>yyyyMMddHHmmss.S'Z'</dateFormat>
      <dateFormat>yyyyMMddHHmmss.'Z'</dateFormat>
      <dateFormat>yyyyMMddHHmmss.'Z'</dateFormat>
      <dateFormat>yyyyMMddHHmmss.'0Z'</dateFormat>
      <dateFormat>yyyyMMddHHmmss'.0Z'</dateFormat>

There appears to be an interaction with the polling interval, but I haven't 
been able to track this down in the source yet. 

I can attach debug logs, but they do not show any specific information, just 
querying for the users over and over again, 3-5x a second.

The task never appears to finish the initial query and never checks for the 
modifytimestamp.

Changing dateFormat to the default value resolves this, and the query happens 
per the interval set. 



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

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

Reply via email to