mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 10:25:08 +00:00
Monotone-Parent: 236f027118f95a11398d4e821b658ea1553b9ffe
Monotone-Revision: efc5b76b9b6fd3967536ccb3ec40615d6aca7ca5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-19T17:07:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -244,17 +244,15 @@ _timeValue (NSString *key)
|
||||
LDAPUserManager *um;
|
||||
NSString *realUID;
|
||||
|
||||
// if (// acceptAnyUser
|
||||
// // ||
|
||||
// [newLogin isEqualToString: @"anonymous"]
|
||||
// || [newLogin isEqualToString: @"freebusy"])
|
||||
// realUID = newLogin;
|
||||
// else
|
||||
// {
|
||||
um = [LDAPUserManager sharedUserManager];
|
||||
realUID = [[um contactInfosForUserWithUIDorEmail: newLogin]
|
||||
objectForKey: @"c_uid"];
|
||||
// }
|
||||
if ([newLogin isEqualToString: @"anonymous"]
|
||||
|| [newLogin isEqualToString: @"freebusy"])
|
||||
realUID = newLogin;
|
||||
else
|
||||
{
|
||||
um = [LDAPUserManager sharedUserManager];
|
||||
realUID = [[um contactInfosForUserWithUIDorEmail: newLogin]
|
||||
objectForKey: @"c_uid"];
|
||||
}
|
||||
|
||||
if ([realUID length])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user