-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "first steps" after installation
- Loading branch information
Showing
3 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
grouper-midpoint/midpoint-objects-manual/tasks/task-import-sis-courses.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" | ||
| xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" | ||
| xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" | ||
| xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" | ||
| oid="b73a2e66-8233-4c20-928f-acb30027b33e" | ||
| version="151"> | ||
| <name>Import SIS courses</name> | ||
| <extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:type="c:ExtensionType"> | ||
| <mext:kind>account</mext:kind> | ||
| <mext:objectclass>ri:AccountObjectClass</mext:objectclass> | ||
| </extension> | ||
| <taskIdentifier>1535408076153-0-1</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002" | ||
| relation="org:default" | ||
| type="c:UserType"><!-- administrator --></ownerRef> | ||
| <executionStatus>runnable</executionStatus> | ||
| <category>ImportingAccounts</category> | ||
| <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/import/handler-3</handlerUri> | ||
| <objectRef oid="13660d60-071b-4596-9aa1-5efcd1256c04" | ||
| relation="org:default" | ||
| type="c:ResourceType"><!-- SQL SIS courses (sources) --></objectRef> | ||
| <recurrence>single</recurrence> | ||
| <binding>loose</binding> | ||
| </task> |
28 changes: 28 additions & 0 deletions
28
grouper-midpoint/midpoint-objects-manual/tasks/task-import-sis-persons.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" | ||
| xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" | ||
| xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" | ||
| xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" | ||
| oid="22c2a3d0-0961-4255-9eec-c550a79aeaaa"> | ||
| <name>Import SIS persons</name> | ||
| <extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:type="c:ExtensionType"> | ||
| <mext:kind>account</mext:kind> | ||
| <mext:objectclass>ri:AccountObjectClass</mext:objectclass> | ||
| </extension> | ||
| <taskIdentifier>1535407239440-0-1</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002" | ||
| relation="org:default" | ||
| type="c:UserType"><!-- administrator --></ownerRef> | ||
| <executionStatus>runnable</executionStatus> | ||
| <category>ImportingAccounts</category> | ||
| <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/import/handler-3</handlerUri> | ||
| <objectRef oid="4d70a0da-02dd-41cf-b0a1-00e75d3eaa15" | ||
| relation="org:default" | ||
| type="c:ResourceType"><!-- SQL SIS persons (sources) --></objectRef> | ||
| <recurrence>single</recurrence> | ||
| <binding>loose</binding> | ||
| </task> |