See ChangeLog

Monotone-Parent: 32b84d9dc2715067c885c49bfc26087eac4dcd2b
Monotone-Revision: fb2d19f2d09037cb11414b10bc8c3bb8beb37bd9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-07-25T14:28:15
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-07-25 14:28:15 +00:00
parent b10d7500d0
commit c404a10153
3 changed files with 31 additions and 10 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
/*
Copyright (C) 2006-2009 Inverse inc.
Copyright (C) 2006-2011 Inverse inc.
Copyright (C) 2005 SKYRIX Software AG
This file is part of OpenGroupware.org.
@@ -147,6 +147,7 @@
_settings = nil;
uid = nil;
realUID = nil;
domain = nil;
if ([newLogin isEqualToString: @"anonymous"]
@@ -184,7 +185,7 @@
domain = [contactInfos objectForKey: @"c_domain"];
}
if (domain)
if ([realUID length] && [domain length])
{
// When the user is associated to a domain, the [SOGoUser login]
// method returns the combination login@domain while