Skip to content

Commit

Permalink
Merge pull request #169 from internet2/pc_July23
Browse files Browse the repository at this point in the history
update Grouper connector for midPoint to 1.0.1.0
  • Loading branch information
pcaskey authored Oct 19, 2023
2 parents 5e3b8a2 + 181f4b1 commit a490e93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</q:equal>
<q:equal>
<q:path>connectorVersion</q:path>
<q:value>1.0.0.0</q:value>
<q:value>1.0.1.0</q:value>
</q:equal>
</q:and>
</filter>
Expand All @@ -54,6 +54,7 @@
<grpconf:databaseName>grouper_to_midpoint</grpconf:databaseName>
<grpconf:attrsToHaveInAllSearch>members</grpconf:attrsToHaveInAllSearch>
<grpconf:attrsToHaveInAllSearch>member_of</grpconf:attrsToHaveInAllSearch>
<grpconf:extendedGroupProperties>emailListName</grpconf:extendedGroupProperties>
</icfc:configurationProperties>
<icfc:resultsHandlerConfiguration>
<icfc:enableNormalizingResultsHandler>false</icfc:enableNormalizingResultsHandler>
Expand Down Expand Up @@ -220,6 +221,17 @@
<type>c:OrgType</type>
</focus>

<attribute>
<ref>ri:emailListName</ref>
<fetchStrategy>explicit</fetchStrategy>
<inbound>
<strength>strong</strength>
<target>
<path>emailAddress</path>
</target>
</inbound>
</attribute>

<attribute>
<ref>icfs:uid</ref>
<inbound>
Expand Down

0 comments on commit a490e93

Please sign in to comment.