mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Removed tight coupling of group membership expansion and LDAPSource.
Any implementation of SOGoSource may now support group expansion by implementing the protocol MembershipAwareSource.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
@class NSMutableDictionary;
|
||||
@class NSString;
|
||||
|
||||
@interface LDAPSource : NSObject <SOGoDNSource>
|
||||
@interface LDAPSource : NSObject <SOGoDNSource, MembershipAwareSource>
|
||||
{
|
||||
int _queryLimit;
|
||||
int _queryTimeout;
|
||||
|
||||
Reference in New Issue
Block a user