mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
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:
@@ -66,6 +66,8 @@
|
||||
BOOL _listRequiresDot;
|
||||
int _globalAddressBookFirstEntriesCount;
|
||||
|
||||
BOOL _disableSubgroups;
|
||||
|
||||
NSString *_domain;
|
||||
NSString *_contactInfoAttribute;
|
||||
BOOL _groupExpansionEnabled;
|
||||
|
||||
Reference in New Issue
Block a user