Issue #581 has been reported by David Coutadeur.
----------------------------------------
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: New
Priority: Low
Assigned to:
Category:
Target version: 2.0.2
Problem in version:
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>(&(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