From ca425e6752fd28d68e35cc4c1b7dd6f7b3c43ab4 Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Wed, 9 Apr 2025 08:52:46 +0200 Subject: [PATCH] fix(ldap): update baseDN with correct domain if needed --- SoObjects/SOGo/LDAPSource.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoObjects/SOGo/LDAPSource.m b/SoObjects/SOGo/LDAPSource.m index afbc5bee9..6de1036d1 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -784,6 +784,8 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses didChange = NO; + [self updateBaseDNFromLogin: login]; + NS_DURING if ([login length] > 0) {