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:
Javier Amor García
2015-06-23 09:11:45 +02:00
parent c0a22ead1d
commit 72aab7f83f
3 changed files with 31 additions and 13 deletions
+2
View File
@@ -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];