fix(users): try to always use the user domain in the basDN with %d

This commit is contained in:
Hivert Quentin
2025-01-22 16:16:43 +01:00
parent 29e00f3e9e
commit 78655ae127
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -1359,8 +1359,7 @@ static const NSString *kObfuscatedSecondaryEmailKey = @"obfuscatedSecondaryEmail
- (NSArray *) fetchContactsMatching: (NSString *) filter
inDomain: (NSString *) domain
{
return [self
_fetchEntriesInSources: [self addressBookSourceIDsInDomain: domain]
return [self _fetchEntriesInSources: [self addressBookSourceIDsInDomain: domain]
matching: filter
inDomain: domain];
}