Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Labs fixed
ivan committed Nov 13, 2019
1 parent 3d1d731 commit 8dab76e
Showing 3 changed files with 21 additions and 7 deletions.
@@ -49,4 +49,24 @@
</expression>
</condition>
</inducement>
<!-- TODO MidPoint Basics Training, LAB 4-6: uncomment the following content -->
<!--
<inducement>
<description>
This inducement applies for Users assigned to an Org with the "affiliation" archetype.
It will create an account in "Staff Portal" by assignment of "Staff Portal Basic Role"
</description>
<targetRef oid="1620de52-0142-11ea-aa66-9fa873ad13ff" type="c:RoleType" />
<order>2</order>
<condition>
<description>only if the organization's identifier is 'staff'</description>
<expression>
<script>
<code>assignmentPath[0].target.identifier == 'staff'</code>
</script>
</expression>
</condition>
</inducement>
-->
<!-- TODO MidPoint Basics Training, LAB 4-6: end of to-be-uncommented content -->
</archetype>
@@ -115,13 +115,6 @@
</reaction>
<reaction>
<situation>unmatched</situation>
<!-- TODO MidPoint Basics Training, LAB TODO: uncomment the following content -->
<!--
<action>
<handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#deleteShadow</handlerUri>
</action>
-->
<!-- TODO MidPoint Basics Training, LAB TODO: end of to-be-uncommented content -->
</reaction>
</objectSynchronization>
</synchronization>
@@ -1 +1,2 @@
uid,fname,lname,email,dept
admin,,,admin@example.edu,

0 comments on commit 8dab76e

Please sign in to comment.