Repository: syncope
Updated Branches:
  refs/heads/master 4e781f4a7 -> 0bc714db0


[SYNCOPE-1287] Documentation


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/0bc714db
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0bc714db
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0bc714db

Branch: refs/heads/master
Commit: 0bc714db0c8ce5a68708d49ac1796ad6d21c3a25
Parents: 4e781f4
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Wed Apr 4 17:28:15 2018 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Wed Apr 4 17:28:15 2018 +0200

----------------------------------------------------------------------
 .../reference-guide/concepts/provisioning/pull.adoc         | 9 +++++++++
 src/main/asciidoc/reference-guide/concepts/tasks.adoc       | 1 +
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0bc714db/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 2a7813e..b37f34d 100644
--- a/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
@@ -144,3 +144,12 @@ endif::[]
 | Required for setup of an External Resource based on the 
https://connid.atlassian.net/wiki/display/BASE/Google+Apps#GoogleApps-Configuration[ConnId
 GoogleApps connector bundle^].
 
 |===
+
+===== Remediation
+
+Errors during pull might arise for various reasons: values might not be 
provided for all mandatory attributes or 
+fail the configured validation, delete User as consequence of an incremental 
change's processing might be blocked
+because such User is configured as Group owner, and so on.
+
+When Remediation is enabled for a certain <<tasks-pull,Pull Task>>, execution 
errors are reported to administrators,
+which are given the chance to examine and possibly fix, or just discard.

http://git-wip-us.apache.org/repos/asf/syncope/blob/0bc714db/src/main/asciidoc/reference-guide/concepts/tasks.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/tasks.adoc 
b/src/main/asciidoc/reference-guide/concepts/tasks.adoc
index 3cc4f80..097916f 100644
--- a/src/main/asciidoc/reference-guide/concepts/tasks.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/tasks.adoc
@@ -75,6 +75,7 @@ When defining a pull task, the following information must be 
provided:
 * chosen <<pull-mode,pull mode>>
 * destination <<realms,Realm>> - where entities selected for creation are 
going to be placed
 * whether creation, update or deletion on internal storage are allowed or not
+* whether <<remediation,remediation>> is enabled
 * whether to synchronize the status information from the related identity store
 * selected <<provisioning-pull,matching and unmatching rules>>
 * optional <<pullactions,pull action(s)>>

Reply via email to