Skip to content

Commit

Permalink
Added configuration (commented) and csv files used in the training
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed May 20, 2020
1 parent be85033 commit 7250531
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</expression>
</condition>
</inducement>
<!-- TODO MidPoint Basics Training, LAB 4-6: uncomment the following content -->
<!-- TODO MidPoint Basics Training, LAB 4-10: uncomment the following content -->
<!--
<inducement>
<description>
Expand All @@ -68,5 +68,5 @@
</condition>
</inducement>
-->
<!-- TODO MidPoint Basics Training, LAB 4-6: end of to-be-uncommented content -->
<!-- TODO MidPoint Basics Training, LAB 4-10: end of to-be-uncommented content -->
</archetype>
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@
</outbound>
<tolerant>false</tolerant>
</attribute> -->
<!-- TODO MidPoint Basics Training, LAB 4-9, part 1 of 2: uncomment the following content -->
<!--
<activation>
<administrativeStatus>
<outbound/>
</administrativeStatus>
</activation>
-->
<!-- TODO MidPoint Basics Training, LAB 4-9, part 1 of 2: end of to-be-uncommented content -->
<association>
<tolerant>false</tolerant>
<ref>ri:group</ref>
Expand Down Expand Up @@ -248,6 +257,21 @@
</attribute>
</objectType>
</schemaHandling>
<!-- TODO MidPoint Basics Training, LAB 4-9, part 2 of 2: uncomment the following content -->
<!--
<capabilities xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3">
<configured>
<cap:activation>
<cap:status>
<cap:attribute>ri:nsAccountLock</cap:attribute>
<cap:enableValue/>
<cap:disableValue>true</cap:disableValue>
</cap:status>
</cap:activation>
</configured>
</capabilities>
-->
<!-- TODO MidPoint Basics Training, LAB 4-9, part 2 of 2: end of to-be-uncommented content -->

<synchronization>
<objectSynchronization>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uid,firstname,lastname,department,mail,validFrom,validTo
ext.jsmith,John,Smith,External,xjsmith@example.com,2018-01-01,9999-12-31
ext.aanderson,Alice,Anderson,External,xaanderson@example.com,2016-03-15,9999-12-31
ext.ejohnson,Ellen,Johnson,External,xejohnson@example.com,2019-10-01,2019-12-31
ext.rvasquez,Ron,Vasquez,External,xrvasquez@example.com,2019-01-01,2019-10-31
uid,firstname,lastname,department,mail,suspended,validFrom,validTo
ext.jsmith,John,Smith,External,xjsmith@example.com,0,2018-01-01,9999-12-31
ext.aanderson,Alice,Anderson,External,xaanderson@example.com,0,2016-03-15,9999-12-31
ext.ejohnson,Ellen,Johnson,External,xejohnson@example.com,0,2019-10-01,2019-12-31
ext.rvasquez,Ron,Vasquez,External,xrvasquez@example.com,0,2019-01-01,2019-10-31
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
uid,fname,lname,email,dept
admin,,,admin@example.edu,
uid,fname,lname,fullname,email,dept,badge,telephone,disabled
admin,,,,admin@example.edu,,,,0

0 comments on commit 7250531

Please sign in to comment.