Skip to content

Commit f347eb9

Browse files
committed
Add 2.2.1 updates
1 parent 90bba99 commit f347eb9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/ldap.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Starting from version 2.2.0, the module uses `objectGUID` as the primary identif
9090
If an LDAP group is deleted or renamed, any existing role mappings based on the original group name become invalid, which may result in users temporarily losing their assigned roles. To restore role assignments, update the mappings in the **LDAP group mapping** configuration and perform a resynchronization to reapply the appropriate roles. For more information, see the [Configuration](#configuration) section below.
9191
{{% /alert %}}
9292

93+
{{% alert color="warning" %}}
94+
When upgrading from LDAP v2.2.0 to v2.2.1, duplicate LDAP Group records may exist if they were created in LDAP v2.2.0. After upgrading to version 2.2.1, run the `Ldap.MF_DeleteDuplicateGroups` migration microflow to detect and remove duplicate LDAP Group records. Once the cleanup is complete, run the [LDAP synchronization](/appstore/modules/ldap/#regular-synchronization) again. Add a unique constraint on the `ObjectGUID` attribute of the LDAP Group entity. The next LDAP release will include this unique constraint by default.
95+
{{% /alert %}}
96+
9397
## Configuration{#configuration}
9498

9599
### Regular Synchronization

0 commit comments

Comments
 (0)