Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 15, 2017
2 parents c0be681 + 0801dbb commit 15ae747
Showing 1 changed file with 23 additions and 1 deletion.
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016 Evolveum
~ Copyright (c) 2016-2017 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -48,6 +48,11 @@
<icfcldap:globalCatalogStrategy>resolve</icfcldap:globalCatalogStrategy>
<icfcldap:enableExtraTests>true</icfcldap:enableExtraTests>
<icfcldap:forcePasswordChangeAtNextLogon>false</icfcldap:forcePasswordChangeAtNextLogon>
<icfcldap:winRmUsername>midpoint</icfcldap:winRmUsername>
<icfcldap:winRmDomain>midpoint</icfcldap:winRmDomain>
<icfcldap:winRmAuthenticationScheme>credssp</icfcldap:winRmAuthenticationScheme>
<icfcldap:winRmPort>5986</icfcldap:winRmPort>
<icfcldap:winRmUseHttps>true</icfcldap:winRmUseHttps>
</icfc:configurationProperties>
<icfc:resultsHandlerConfiguration>
<icfc:enableNormalizingResultsHandler>false</icfc:enableNormalizingResultsHandler>
Expand Down Expand Up @@ -621,6 +626,23 @@
</objectType>

</schemaHandling>

<scripts>
<script>
<host>resource</host>
<language>powerhell</language>
<code>Invoke-Command -ComputerName hydra.sub.ad.evolveum.com -ScriptBlock { $T = Get-Date; Add-Content c:\conn.txt $T; Add-Content c:\conn.txt "(CredSSP) ADD`n" }</code>
<operation>add</operation>
<order>before</order>
</script>
<script>
<host>resource</host>
<language>powerhell</language>
<code>Invoke-Command -ComputerName hydra.sub.ad.evolveum.com -ScriptBlock { $T = Get-Date; Add-Content c:\conn.txt $T; Add-Content c:\conn.txt "(CredSSP) MOD`n" }</code>
<operation>modify</operation>
<order>before</order>
</script>
</scripts>

<consistency>
<avoidDuplicateValues>true</avoidDuplicateValues>
Expand Down

0 comments on commit 15ae747

Please sign in to comment.