Issue #581 has been updated by David Coutadeur.

Status changed from Assigned to Closed


----------------------------------------
Bug #581: replacement of pivot attributes in destination does not work when 
pivots is not in fetched source attributes in async
http://tools.lsc-project.org/issues/581

Author: David Coutadeur
Status: Closed
Priority: Low
Assigned to: David Coutadeur
Category: Core
Target version: 2.0.2
Problem in version: 2.0.1


Everything is in the title :
replacement of pivot attributes in destination does not work when pivots is not 
in fetched source attributes in async mode.

Example :

<asyncLdapDestinationService>
[...]
<baseDn>ou=Groups,dc=example,dc=com</baseDn>
<pivotAttributes>
 <string>entryDN</string>
</pivotAttributes>
<fetchedAttributes>
 <string>entryDN</string>
</fetchedAttributes>

[...]

<ldapDestinationService>
[...]
<getOneFilter>(&amp;(objectClass=structure)(entryDN={entryDN}))</getOneFilter>


If entryDN wouldn't have been in fetched attributes, the resulting filter 
should have been :
(&(objectClass=structure)(?entryDN={entryDN}))

This behaviour is not reproductable in sync mode. (just in async)


-- 
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