Skip to content

Commit

Permalink
We now ignore default roles for "public" accesses.
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Jan 15, 2013
1 parent 219dfc6 commit 2370ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Documentation/SOGo Installation Guide.odt
Binary file not shown.
2 changes: 1 addition & 1 deletion SoObjects/SOGo/SOGoGCSFolder.m
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ - (NSArray *) aclsForUser: (NSString *) uid

// If we still don't have ACLs defined for this particular resource,
// let's go get the domain defaults, if any.
if (![acls count])
if (![acls count] && ![uid isEqualToString: @"anonymous"])
{
dd = [[context activeUser] domainDefaults];
module = [container nameInContainer];
Expand Down

0 comments on commit 2370ecb

Please sign in to comment.