fix(core): Add disableSubgroups option in SOGoUserSources LDAP settings to avoid infinite recursive loop when using a group name with the same name as a member. Fixes #5913

This commit is contained in:
smizrahi
2024-02-28 11:08:23 +01:00
parent 8267b5afd3
commit fd9b8dcfcd
3 changed files with 28 additions and 7 deletions
+2
View File
@@ -66,6 +66,8 @@
BOOL _listRequiresDot;
int _globalAddressBookFirstEntriesCount;
BOOL _disableSubgroups;
NSString *_domain;
NSString *_contactInfoAttribute;
BOOL _groupExpansionEnabled;