Skip to content

Commit 087330e

Browse files
bajwa-adobeadorton-adobe
authored andcommitted
Added 'Configure dynamic_group_member_attribute' section #578
From User Sync tool 2.5 onward, you are required to mention the `memberOf` LDAP attribute in connector-ldap.yml.
1 parent e75f11f commit 087330e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/en/user-manual/advanced_configuration.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,17 @@ targeted Adobe groups.
742742
**Note:** Additional group mapping will fail if a multiple source groups
743743
map to the same target group.
744744

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+
745756
### Additional Group Example
746757

747758
Suppose an Adobe Experience Manager customer would like

0 commit comments

Comments
 (0)