-
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.
- Loading branch information
Showing
15 changed files
with
782 additions
and
566 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
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
36 changes: 36 additions & 0 deletions
36
Workbench/directory/container_files/seed-data/incwbperson-obj.ldif
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,36 @@ | ||
| # | ||
| # incwbPerson Objectclass | ||
| # | ||
| # | ||
| # "incwbperson" attributes | ||
| # | ||
| dn: cn=schema | ||
| changetype: modify | ||
| # | ||
| add: attributetypes | ||
| attributeTypes: ( 1.3.6.1.4.1.5923.999.1.1.1 | ||
| NAME 'incwbPersonStudentID' | ||
| DESC 'incwbPerson Student ID' | ||
| EQUALITY caseIgnoreMatch | ||
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' ) | ||
| attributeTypes: ( 1.3.6.1.4.1.5923.999.1.1.2 | ||
| NAME 'incwbPersonEmployeeID' | ||
| DESC 'incwbPerson Employee ID' | ||
| EQUALITY caseIgnoreMatch | ||
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' ) | ||
| # | ||
| attributeTypes: ( 1.3.6.1.4.1.5923.999.1.1.3 | ||
| NAME 'incwbPersonGuestID' | ||
| DESC 'incwbPerson Guest ID' | ||
| EQUALITY caseIgnoreMatch | ||
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' ) | ||
| - | ||
| # | ||
| add: objectclasses | ||
| objectClasses: ( 1.3.6.1.4.1.5923.999.1.2 NAME 'incwbPerson' | ||
| AUXILIARY | ||
| MAY ( incwbPersonStudentID $ incwbPersonEmployeeID $ incwbPersonGuestID ) | ||
| ) | ||
| # | ||
| # end of LDIF | ||
| # |
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
10 changes: 5 additions & 5 deletions
10
Workbench/midpoint_server/container_files/csv/source-hr.csv
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 |
|---|---|---|
| @@ -1,5 +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 | ||
| uid,firstname,lastname,department,mail,validFrom,validTo | ||
| E600001,John R,Smith,HR_SOR,xjsmith@example.com,2018-01-01,9999-12-31 | ||
| E600002,Alice,Anderson,HR_SOR,xaanderson@example.com,2016-03-15,9999-12-31 | ||
| E600003,Ellen,Johnson,HR_SOR,xejohnson@example.com,2019-10-01,2019-12-31 | ||
| E600004,Ron,Vasquez,HR_SOR,xrvasquez@example.com,2019-01-01,2019-10-31 |
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
Oops, something went wrong.