This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new b5f4cb4  Reference ADMembershipPullActions in the docs
b5f4cb4 is described below

commit b5f4cb42d3ed31f96cb85e0aafe00c20a89e96dd
Author: Francesco Chicchiriccò <ilgro...@apache.org>
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 b92f0ba..ae4ce4e 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/blob/master/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 e1feddd..77b987a 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/master/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^]

Reply via email to