From 56e0a08c180cb84cbaab956ccb786e90db2910cc Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Sat, 18 Jan 2020 23:51:19 +0100 Subject: [PATCH] Replace tab with space indentation in a file --- .../activation/resource-dummy-precreate.xml | 184 +++++++++--------- 1 file changed, 92 insertions(+), 92 deletions(-) diff --git a/model/model-intest/src/test/resources/activation/resource-dummy-precreate.xml b/model/model-intest/src/test/resources/activation/resource-dummy-precreate.xml index 08dfbff20e5..568dfb109bb 100644 --- a/model/model-intest/src/test/resources/activation/resource-dummy-precreate.xml +++ b/model/model-intest/src/test/resources/activation/resource-dummy-precreate.xml @@ -5,11 +5,11 @@ ~ This work is dual-licensed under the Apache License 2.0 ~ and European Union Public License. See LICENSE file for details. --> - - + + - Dummy Resource: precreate - - - - - connectorType - com.evolveum.icf.dummy.connector.DummyConnector - - - connectorVersion - 2.0 - - - - - - - - precreate - + Dummy Resource: precreate + + + + + connectorType + com.evolveum.icf.dummy.connector.DummyConnector + + + connectorVersion + 2.0 + + + + + + + + precreate + - + - - - account - default - Default Account - true - ri:AccountObjectClass - - icfs:name - - strong - - $user/name - - - - - icfs:uid - - - - - Basic existence - - The default for account existence in this case is the existence of focus object (user). - Is user exists, account should exist too. Also note that this mapping is weak which - lets the other mapping to take precedence. - - weak - - $focusExists - - - - Pre-create - - The mapping above would cause the account to exist as soon as user appears. - But we want to override that and prohibit account existence all the way up to - 5 days before user's validFrom. This mapping does right that. - - - - $focus/activation/validFrom - - -P5D - - - $focus/activation/validFrom - - - false - - - - This condition is not really necessary if all the uses will have a validFrom timestamp. - But if there is a user without validFrom then this mapping will be applied - indefinitely and the account will never be created. We want to avoid that. - - - - - - - - + + + account + default + Default Account + true + ri:AccountObjectClass + + icfs:name + + strong + + $user/name + + + + + icfs:uid + + + + + Basic existence + + The default for account existence in this case is the existence of focus object (user). + Is user exists, account should exist too. Also note that this mapping is weak which + lets the other mapping to take precedence. + + weak + + $focusExists + + + + Pre-create + + The mapping above would cause the account to exist as soon as user appears. + But we want to override that and prohibit account existence all the way up to + 5 days before user's validFrom. This mapping does right that. + + + + $focus/activation/validFrom + + -P5D + + + $focus/activation/validFrom + + + false + + + + This condition is not really necessary if all the uses will have a validFrom timestamp. + But if there is a user without validFrom then this mapping will be applied + indefinitely and the account will never be created. We want to avoid that. + + + + + + + +