-
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.
Merge pull request #12 from internet2/CSPWB-9
Cspwb 9
- Loading branch information
Showing
8 changed files
with
380 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
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
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,5 @@ | ||
| uid,firstname,lastname,department,mail,validFrom,validTo | ||
| hr.jsmith,John R,Smith,HR_SOR,xjsmith@example.com,2018-01-01,9999-12-31 | ||
| hr.aanderson,Alice,Anderson,HR_SOR,xaanderson@example.com,2016-03-15,9999-12-31 | ||
| hr.ejohnson,Ellen,Johnson,HR_SOR,xejohnson@example.com,2019-10-01,2019-12-31 | ||
| hr.rvasquez,Ron,Vasquez,HR_SOR,xrvasquez@example.com,2019-01-01,2019-10-31 |
25 changes: 25 additions & 0 deletions
25
...erver/container_files/mp-home/post-initial-objects/archetypes/500-archetype-hr-person.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,25 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <archetype oid="9ea701a0-fefb-11e9-aa4a-6f55fba8896e" | ||
| xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-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'> | ||
| <name>HR</name> | ||
| <description>Non-academic person from the Human Resources system</description> | ||
| <archetypePolicy> | ||
| <display> | ||
| <label>HR</label> | ||
| <pluralLabel>HRs</pluralLabel> | ||
| <tooltip>Person imported from the HR CSV</tooltip> | ||
| <icon> | ||
| <cssClass>fa fa-space-shuttle</cssClass> | ||
| <color>olive</color> | ||
| </icon> | ||
| </display> | ||
| </archetypePolicy> | ||
| <assignment> | ||
| <assignmentRelation> | ||
| <holderType>UserType</holderType> | ||
| </assignmentRelation> | ||
| </assignment> | ||
| </archetype> |
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
13 changes: 13 additions & 0 deletions
13
...ench/midpoint_server/container_files/mp-home/post-initial-objects/orgs/500-org-hr-sor.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,13 @@ | ||
| <?xml version="1.0"?> | ||
| <!-- | ||
| ~ Copyright (c) 2019 Evolveum and contributors | ||
| ~ | ||
| ~ This work is dual-licensed under the Apache License 2.0 | ||
| ~ and European Union Public License. See LICENSE file for details. | ||
| --> | ||
|
|
||
| <org xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| oid="9938f92a-015e-11ea-97bc-a3be3b7d3f5f"> | ||
| <name>hr</name> | ||
| <displayName>HR SOR</displayName> | ||
| </org> |
Oops, something went wrong.