Skip to content

Commit

Permalink
Merge branch 'laboratory' of https://github.internet2.edu/docker/midP…
Browse files Browse the repository at this point in the history
…oint_container into laboratory
  • Loading branch information
mederly committed Nov 4, 2019
2 parents a268b7a + cacbb80 commit 9950352
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" oid="83a737ea-5eb7-4e78-b431-331cccf02354">
<name>User recomputing with bucket</name>
<extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xsi:type="c:ExtensionType">
<mext:objectType>c:UserType</mext:objectType>
<mext:tracingInterval>200</mext:tracingInterval>
</extension>
<taskIdentifier>1571729899646-0-1</taskIdentifier>
<ownerRef oid="00000000-0000-0000-0000-000000000002" relation="org:default" type="c:UserType">
<!-- administrator -->
</ownerRef>
<channel>http://midpoint.evolveum.com/xml/ns/public/provisioning/channels-3#recompute</channel>
<executionStatus>runnable</executionStatus>
<category>Recomputation</category>
<handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/recompute/handler-3</handlerUri>
<workManagement>
<taskKind>standalone</taskKind>
<buckets>
<oidSegmentation>
<depth>2</depth>
</oidSegmentation>
</buckets>
</workManagement>
<recurrence>single</recurrence>
<binding>tight</binding>
</task>
5 changes: 5 additions & 0 deletions demo/complex2s/upload-recompute-users.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

source ../../library.bash

upload_from_file midpoint-objects-manual/tasks/task-recomputation-users.xml
5 changes: 0 additions & 5 deletions demo/complex2s/upload-reconcile-grouper-users.sh

This file was deleted.

0 comments on commit 9950352

Please sign in to comment.