From 0fa658ba0778f58550217cd728cf4ecf606b0ae3 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 27 Apr 2007 19:01:46 +0000 Subject: [PATCH] Monotone-Parent: dcd6e00bbce77f3fb33457eb96c335e1e686e296 Monotone-Revision: fb501e7e2cefb4d9f994a50f5062b53d25b4aa3f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-27T19:01:46 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/SOGoContactLDAPEntry.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SoObjects/Contacts/SOGoContactLDAPEntry.m b/SoObjects/Contacts/SOGoContactLDAPEntry.m index 7e047e4c5..9168ed319 100644 --- a/SoObjects/Contacts/SOGoContactLDAPEntry.m +++ b/SoObjects/Contacts/SOGoContactLDAPEntry.m @@ -203,6 +203,11 @@ return @"text/x-vcard"; } +- (NSArray *) aclsForUser: (NSString *) uid +{ + return nil; +} + - (void) save { }