Skip to content

Commit

Permalink
Fixed samples to fix MID-2139
Browse files Browse the repository at this point in the history
  • Loading branch information
dejavix committed Jan 12, 2015
1 parent 1dee4cb commit 9589ac5
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions samples/resources/opendj/opendj-localhost-medium.xml
Expand Up @@ -345,6 +345,12 @@ It also contains inbound mappings and definition to enable synchronization.
<description>Source may have description</description>
<path>$user/name</path>
</source>
<!-- We need to put iterationToken here as well, otherwise effect described in MID-2139 occurs -->
<expression>
<script>
<code>name + iterationToken</code>
</script>
</expression>
</outbound>
<inbound>
<target>
Expand Down
Expand Up @@ -368,6 +368,12 @@ object.
<description>Source may have description</description>
<path>$user/name</path>
</source>
<!-- We need to put iterationToken here as well, otherwise effect described in MID-2139 occurs -->
<expression>
<script>
<code>name + iterationToken</code>
</script>
</expression>
</outbound>
<inbound>
<target>
Expand Down
Expand Up @@ -368,6 +368,12 @@ object.
<description>Source may have description</description>
<path>$user/name</path>
</source>
<!-- We need to put iterationToken here as well, otherwise effect described in MID-2139 occurs -->
<expression>
<script>
<code>name + iterationToken</code>
</script>
</expression>
</outbound>
<inbound>
<target>
Expand Down
Expand Up @@ -368,6 +368,12 @@ object.
<description>Source may have description</description>
<path>$user/name</path>
</source>
<!-- We need to put iterationToken here as well, otherwise effect described in MID-2139 occurs -->
<expression>
<script>
<code>name + iterationToken</code>
</script>
</expression>
</outbound>
<inbound>
<target>
Expand Down
6 changes: 6 additions & 0 deletions samples/resources/openldap/openldap-localhost-medium.xml
Expand Up @@ -222,6 +222,12 @@ It also contains inbound mappings and definition to enable synchronization.
<description>Source may have description</description>
<path>$user/name</path>
</source>
<!-- We need to put iterationToken here as well, otherwise effect described in MID-2139 occurs -->
<expression>
<script>
<code>name + iterationToken</code>
</script>
</expression>
</outbound>
<inbound>
<target>
Expand Down

0 comments on commit 9589ac5

Please sign in to comment.