Small clarification about Pull matching
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/1738f69f Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1738f69f Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1738f69f Branch: refs/heads/2_0_X Commit: 1738f69f79c6b6d1b0fd08a3ef7dea3016110832 Parents: d7020b9 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Apr 20 16:26:48 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Apr 20 16:26:48 2018 +0200 ---------------------------------------------------------------------- .../asciidoc/reference-guide/concepts/provisioning/pull.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/1738f69f/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc b/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc index 02fbcac..dfc775a 100644 --- a/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc +++ b/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc @@ -25,8 +25,8 @@ Pull is the mechanism used to acquire identity data from Identity Stores; for ea Pull task execution involves querying the external resource and then processing each entity in an isolated transaction; a retrieved entity can be: -. _matching_ if a corresponding internal entity was found, according to the <<policies-pull,pull policy>> set for the -enclosing external resource; +. _matching_ if a corresponding internal entity was found, according to the <<mapping,mapping>> of - or the +<<policies-pull,pull policy>> set for, if present - the enclosing external resource; . _unmatching_ otherwise. Once this has been assessed, entities are processed according to the matching / unmatching rules specified for the pull task:
