mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-01 19:57:17 +00:00
ActiveSync: can be controlled by module constraint
Added 'ActiveSync' module constraint. If constraint is not honored the ActiveSync request returns a forbidden (403).
This commit is contained in:
@@ -1167,6 +1167,8 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses
|
||||
intoLDIFRecord: (NSMutableDictionary *) ldifRecord];
|
||||
[self _fillConstraints: ldapEntry forModule: @"Mail"
|
||||
intoLDIFRecord: (NSMutableDictionary *) ldifRecord];
|
||||
[self _fillConstraints: ldapEntry forModule: @"ActiveSync"
|
||||
intoLDIFRecord: (NSMutableDictionary *) ldifRecord];
|
||||
|
||||
if (contactMapping)
|
||||
[self _applyContactMappingToResult: ldifRecord];
|
||||
|
||||
Reference in New Issue
Block a user