This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new 7000895 Reference ADMembershipPullActions in the docs
7000895 is described below
commit 70008957946681927fa4d3eeb60f51fcc29426c9
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Nov 13 08:42:22 2018 +0100
Reference ADMembershipPullActions in the docs
---
.../reference-guide/concepts/provisioning/propagation.adoc | 2 +-
.../asciidoc/reference-guide/concepts/provisioning/pull.adoc | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git
a/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
b/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
index 628158f..8e0a1c7 100644
--- a/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
@@ -132,7 +132,7 @@ endif::[]
ifeval::["{snapshotOrRelease}" == "snapshot"]
https://github.com/apache/syncope/tree/2_0_X/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/propagation/LDAPMembershipPropagationActions.java[LDAPMembershipPropagationActions^]
endif::[]
-| If a User is associated with a Group in Syncope, keep the corresponding User
as a member of the corresponding Group in LDAP.
+| If a User is associated with a Group in Syncope, keep the corresponding User
as a member of the corresponding Group in LDAP or AD.
|
ifeval::["{snapshotOrRelease}" == "release"]
diff --git a/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
b/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
index dfc775a..14897af 100644
--- a/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
@@ -103,6 +103,15 @@ Some examples are included by default, see the table below.
[cols="1,2"]
|===
+|
+ifeval::["{snapshotOrRelease}" == "release"]
+https://github.com/apache/syncope/blob/syncope-{docVersion}/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/pushpull/ADMembershipPullActions.java[ADMembershipPullActions^]
+endif::[]
+ifeval::["{snapshotOrRelease}" == "snapshot"]
+https://github.com/apache/syncope/blob/2_0_X/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/pushpull/ADMembershipPullActions.java[ADMembershipPullActions^]
+endif::[]
+| If a User is associated with a Group in AD, keep the corresponding User as a
member of the corresponding Group in Syncope.
+
|
ifeval::["{snapshotOrRelease}" == "release"]
https://github.com/apache/syncope/blob/syncope-{docVersion}/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/pushpull/LDAPMembershipPullActions.java[LDAPMembershipPullActions^]