(fix) fixed multi-domain support for sogo-tool backup/restore (#2600)

This commit is contained in:
Ludovic Marcotte
2015-06-11 13:32:57 -04:00
parent 667e38ff0c
commit 5ad3662640
5 changed files with 62 additions and 28 deletions
+1 -1
View File
@@ -568,7 +568,7 @@ static Class NSNullK;
// mail: broccoli@example.com
//
// and authenticates with "foo", using bindFields = (uid, mail) and SOGoEnableDomainBasedUID = YES;
// Otherwise, -_sourceCheckLogin:... would have failed because SOGo would to bind using: foo@example.com
// Otherwise, -_sourceCheckLogin:... would have failed because SOGo would try to bind using: foo@example.com
//
if ([[currentUser objectForKey: @"DomainLessLogin"] boolValue])
{