mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 05:55:25 +00:00
Monotone-Parent: 7c8ba9069f41df75eb34d37babf6ea5227a77d28
Monotone-Revision: 301f32f12ce075dd8fc334d216d4ffd2f04fc0df Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-04T20:13:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
if (!auth)
|
||||
auth = [self new];
|
||||
|
||||
|
||||
return auth;
|
||||
}
|
||||
|
||||
@@ -112,10 +112,6 @@
|
||||
anonymous
|
||||
= [[SOGoUser alloc] initWithLogin: @"anonymous"
|
||||
roles: [NSArray arrayWithObject: SoRole_Anonymous]];
|
||||
// if (!freebusy)
|
||||
// freebusy
|
||||
// = [[SOGoUser alloc] initWithLogin: @"freebusy"
|
||||
// roles: [NSArray arrayWithObject: SOGoRole_FreeBusy]];
|
||||
|
||||
login = [self checkCredentialsInContext:_ctx];
|
||||
if (login)
|
||||
@@ -123,9 +119,6 @@
|
||||
if ([login isEqualToString: @"anonymous"])
|
||||
{
|
||||
traversalPath = [_ctx objectForKey: @"SoRequestTraversalPath"];
|
||||
// if ([[traversalPath lastObject] isEqualToString: @"freebusy.ifb"])
|
||||
// user = freebusy;
|
||||
// else
|
||||
user = anonymous;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user