mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Monotone-Parent: ba0063d228f496f6d43be55b3d6aeb33e2ba34e1
Monotone-Revision: 9f7fe2aea256613b84bdc296bef103767495048d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-24T22:45:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -307,12 +307,6 @@
|
||||
|
||||
/* acls */
|
||||
|
||||
- (NSString *) defaultAclRoles
|
||||
{
|
||||
#warning this should be changed to something useful
|
||||
return @"tourist";
|
||||
}
|
||||
|
||||
- (NSArray *) acls
|
||||
{
|
||||
return [container aclsForObjectAtPath: [self pathArrayToSoObject]];
|
||||
@@ -324,7 +318,7 @@
|
||||
forObjectAtPath: [self pathArrayToSoObject]];
|
||||
}
|
||||
|
||||
- (void) setRoles: (NSString *) roles
|
||||
- (void) setRoles: (NSArray *) roles
|
||||
forUser: (NSString *) uid
|
||||
{
|
||||
return [container setRoles: roles
|
||||
|
||||
Reference in New Issue
Block a user