From 6d7ac8618d9e529d4b420b347ac852bab810dbdf Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 4 Jul 2007 20:13:08 +0000 Subject: [PATCH] Monotone-Parent: 7c8ba9069f41df75eb34d37babf6ea5227a77d28 Monotone-Revision: 301f32f12ce075dd8fc334d216d4ffd2f04fc0df Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-04T20:13:08 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoAuthenticator.m | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/SoObjects/SOGo/SOGoAuthenticator.m b/SoObjects/SOGo/SOGoAuthenticator.m index fa9a0526d..cb67ba4c6 100644 --- a/SoObjects/SOGo/SOGoAuthenticator.m +++ b/SoObjects/SOGo/SOGoAuthenticator.m @@ -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