We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75f11f commit 087330eCopy full SHA for 087330e
docs/en/user-manual/advanced_configuration.md
@@ -742,6 +742,17 @@ targeted Adobe groups.
742
**Note:** Additional group mapping will fail if a multiple source groups
743
map to the same target group.
744
745
+### Configure 'dynamic_group_member_attribute'
746
+
747
+From User Sync tool 2.5 onward, you are required to mention the `memberOf`
748
+LDAP attribute in `connector-ldap.yml`. There is no default value and if
749
+`addtional_groups` is defined but `dynamic_group_member_attribute` not defined,
750
+you would see an warning. Here is example:
751
752
+```yaml
753
+dynamic_group_member_attribute: 'memberOf'
754
+```
755
756
### Additional Group Example
757
758
Suppose an Adobe Experience Manager customer would like
0 commit comments