(fix) make sure ActiveSync is always usable with SQL-based auth sources

pull/91/head
Ludovic Marcotte 2015-07-22 10:12:47 -04:00
parent 046c4db2e8
commit 731264d9dc
1 changed files with 2 additions and 0 deletions

View File

@ -489,10 +489,12 @@
forKey: [field substringFromIndex: 2]];
}
// FIXME
// We have to do this here since we do not manage modules
// constraints right now over a SQL backend.
[response setObject: [NSNumber numberWithBool: YES] forKey: @"CalendarAccess"];
[response setObject: [NSNumber numberWithBool: YES] forKey: @"MailAccess"];
[response setObject: [NSNumber numberWithBool: YES] forKey: @"ActiveSyncAccess"];
// We set the domain, if any
value = nil;