Skip to content

Commit

Permalink
Fixing LDAP longtest
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 17, 2019
1 parent c340a87 commit 79086d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -300,19 +300,19 @@

<reaction>
<situation>linked</situation>
<action ref="http://midpoint.evolveum.com/xml/ns/public/model/action-3#modifyUser"/>
<action><handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#modifyUser</handlerUri></action>
</reaction>
<reaction>
<situation>deleted</situation>
<action ref="http://midpoint.evolveum.com/xml/ns/public/model/action-3#unlinkAccount"/>
<action><handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#unlinkAccount</handlerUri></action>
</reaction>
<reaction>
<situation>unlinked</situation>
<action ref="http://midpoint.evolveum.com/xml/ns/public/model/action-3#linkAccount"/>
<action><handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#linkAccount</handlerUri></action>
</reaction>
<reaction>
<situation>unmatched</situation>
<action ref="http://midpoint.evolveum.com/xml/ns/public/model/action-3#addUser"/>
<action><handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#addUser</handlerUri></action>
</reaction>

</objectSynchronization>
Expand Down
4 changes: 2 additions & 2 deletions testing/longtest/src/test/resources/ldap/role-pirate.xml
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2010-2017 Evolveum and contributors
~ Copyright (c) 2010-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.
Expand Down Expand Up @@ -36,7 +36,7 @@
<q:value>pirates</q:value>
</q:equal>
</filter>
<searchOnResource>true</searchOnResource>
<searchStrategy>onResource</searchStrategy>
</associationTargetSearch>
</expression>
</outbound>
Expand Down

0 comments on commit 79086d6

Please sign in to comment.