From 731264d9dc1007cf2925dcaa5ea59df929295e97 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 22 Jul 2015 10:12:47 -0400 Subject: [PATCH] (fix) make sure ActiveSync is always usable with SQL-based auth sources --- SoObjects/SOGo/SQLSource.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoObjects/SOGo/SQLSource.m b/SoObjects/SOGo/SQLSource.m index 7d0de6c07..aa881b9d3 100644 --- a/SoObjects/SOGo/SQLSource.m +++ b/SoObjects/SOGo/SQLSource.m @@ -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;