Skip to content

Commit

Permalink
Upgrade Grouper connector and fix resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jul 29, 2019
1 parent cfb59be commit 1056732
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 14 deletions.
23 changes: 9 additions & 14 deletions demo/complex2s/midpoint-objects/resources/resource-grouper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<attribute>
<ref>ri:member</ref>
<fetchStrategy>explicit</fetchStrategy>
<storageStrategy>indexOnly</storageStrategy>
</attribute>
</objectType>
</schemaHandling>
Expand All @@ -141,20 +142,14 @@
<objectClass>ri:CustomPlainGroupObjectClass</objectClass>
<focusType>OrgType</focusType>
<correlation>
<q:and>
<q:equal>
<q:path>identifier</q:path>
<expression>
<path>
$account/attributes/name
</path>
</expression>
</q:equal>
<q:equal>
<q:path>subtype</q:path>
<q:value>grouper-group</q:value>
</q:equal>
</q:and>
<q:equal>
<q:path>extension/grouperName</q:path>
<expression>
<path>
$account/attributes/name
</path>
</expression>
</q:equal>
</correlation>
<reaction>
<situation>linked</situation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,24 @@
<level>normal</level>
</tracingTypeProfile>
</profile>
<profile>
<name>functional-with-full-log</name>
<displayName>Functional tracing with full logging</displayName>
<visible>true</visible>
<fileNamePattern>functional-trace %{timestamp} %{focusName}</fileNamePattern>
<createRepoObject>true</createRepoObject>
<compressOutput>true</compressOutput>
<collectLogEntries>true</collectLogEntries>
<loggingOverride>
<levelOverride>
<logger>com.evolveum.midpoint</logger>
<level>TRACE</level>
</levelOverride>
</loggingOverride>
<tracingTypeProfile>
<level>normal</level>
</tracingTypeProfile>
</profile>
</tracing>
</internals>
<deploymentInformation>
Expand Down
Binary file not shown.

0 comments on commit 1056732

Please sign in to comment.