From b825d757d9c84a3dc151a488b5bbc39722027c76 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 22 May 2008 18:01:52 +0000 Subject: [PATCH] Monotone-Parent: dd4aef6426001fe5d5e03a26c8e441a3fbd87196 Monotone-Revision: c7d2906d4ff3cf078eff6da5bbb5f989b2a1cfe0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-22T18:01:52 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/LDAPUserManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/LDAPUserManager.m b/SoObjects/SOGo/LDAPUserManager.m index 19a0eb8d4..2bf442fce 100644 --- a/SoObjects/SOGo/LDAPUserManager.m +++ b/SoObjects/SOGo/LDAPUserManager.m @@ -34,7 +34,7 @@ static NSString *defaultMailDomain = nil; static BOOL defaultMailDomainIsConfigured = NO; -static BOOL forceImapLoginWithEmail = YES; +static BOOL forceImapLoginWithEmail = NO; @implementation LDAPUserManager