Monotone-Parent: fbd35c1bda900f820e4a0b103f299f77ae52fa16

Monotone-Revision: ba0063d228f496f6d43be55b3d6aeb33e2ba34e1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-24T22:43:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-24 22:43:33 +00:00
parent d4f2403ba7
commit f6c034eb63
5 changed files with 40 additions and 7 deletions
@@ -395,4 +395,11 @@
return @"vcard-collection";
}
/* acls */
/* TODO: this might change one day when we support LDAP acls */
- (NSArray *) aclsForUser: (NSString *) uid
{
return nil;
}
@end