forked from docker/midPoint_container
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These objects are to be uploaded to the running midPoint instance; for now - in the future they will be part of the Docker setup.
- Loading branch information
Showing
19 changed files
with
1,621 additions
and
0 deletions.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| s-data.ldap.host=s-data | ||
| s-data.ldap.port=389 | ||
| s-data.db.host=s-data | ||
| s-data.db.port=3306 | ||
| i-data.ldap.host=i-data | ||
| i-data.ldap.port=389 | ||
| g-data.db.host=g-data | ||
| g-data.db.port=3306 |
18 changes: 18 additions & 0 deletions
18
grouper-midpoint/midpoint-objects/objectTemplates/template-org-course.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,18 @@ | ||
| <?xml version="1.0"?> | ||
| <objectTemplate xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| oid="d35bdec6-643b-41d8-ad5d-8eeb701169d1"> | ||
| <name>template-org-course</name> | ||
| <mapping> | ||
| <strength>strong</strength> | ||
| <expression> | ||
| <assignmentTargetSearch> | ||
| <targetType>RoleType</targetType> | ||
| <oid>8aa99e7b-f7d3-4585-9800-14bab4d26a43</oid> <!-- metarole-course --> | ||
| </assignmentTargetSearch> | ||
| </expression> | ||
| <target> | ||
| <path>assignment</path> | ||
| </target> | ||
| </mapping> | ||
|
|
||
| </objectTemplate> |
18 changes: 18 additions & 0 deletions
18
grouper-midpoint/midpoint-objects/objectTemplates/template-org-department.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,18 @@ | ||
| <?xml version="1.0"?> | ||
| <objectTemplate xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| oid="0caf2f69-7c72-4946-b218-d84e78b2a057"> | ||
| <name>template-org-department</name> | ||
| <mapping> | ||
| <strength>strong</strength> | ||
| <expression> | ||
| <assignmentTargetSearch> | ||
| <targetType>RoleType</targetType> | ||
| <oid>ffa9eaec-9539-4d15-97aa-24cd5b92ca5b</oid> <!-- metarole-department --> | ||
| </assignmentTargetSearch> | ||
| </expression> | ||
| <target> | ||
| <path>assignment</path> | ||
| </target> | ||
| </mapping> | ||
|
|
||
| </objectTemplate> |
17 changes: 17 additions & 0 deletions
17
grouper-midpoint/midpoint-objects/objectTemplates/template-role-affiliation.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,17 @@ | ||
| <?xml version="1.0"?> | ||
| <objectTemplate xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| oid="d87aa04f-189c-4d6f-b6e1-216dad622142"> | ||
| <name>template-role-affiliation</name> | ||
| <mapping> | ||
| <strength>strong</strength> | ||
| <expression> | ||
| <assignmentTargetSearch> | ||
| <targetType>RoleType</targetType> | ||
| <oid>fecae27b-d1d3-40ae-95fa-8f7e44e2ee70</oid> <!-- metarole-affiliation --> | ||
| </assignmentTargetSearch> | ||
| </expression> | ||
| <target> | ||
| <path>assignment</path> | ||
| </target> | ||
| </mapping> | ||
| </objectTemplate> |
17 changes: 17 additions & 0 deletions
17
grouper-midpoint/midpoint-objects/objectTemplates/template-role-generic-group.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,17 @@ | ||
| <?xml version="1.0"?> | ||
| <objectTemplate xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| oid="804f8658-0828-4dab-a2ed-f13985e4f80b"> | ||
| <name>template-role-generic-group</name> | ||
| <mapping> | ||
| <strength>strong</strength> | ||
| <expression> | ||
| <assignmentTargetSearch> | ||
| <targetType>RoleType</targetType> | ||
| <oid>c691e15a-f30b-4e15-8445-532db07ceeeb</oid> <!-- metarole-generic-group --> | ||
| </assignmentTargetSearch> | ||
| </expression> | ||
| <target> | ||
| <path>assignment</path> | ||
| </target> | ||
| </mapping> | ||
| </objectTemplate> |
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,6 @@ | ||
| <?xml version="1.0"?> | ||
| <org xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| oid="225e9360-0639-40ba-8a31-7f31bef067be"> | ||
| <name>courses</name> | ||
| <displayName>Courses</displayName> | ||
| </org> |
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,6 @@ | ||
| <?xml version="1.0"?> | ||
| <org xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| oid="bee44c51-2469-411d-bac7-695728e9c241"> | ||
| <name>departments</name> | ||
| <displayName>Departments</displayName> | ||
| </org> |
Oops, something went wrong.