We now ignore default roles for "public" accesses.

This commit is contained in:
Ludovic Marcotte
2013-01-15 13:33:45 -05:00
parent 219dfc61c9
commit 2370ecb089
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -1559,7 +1559,7 @@ static NSArray *childRecordFields = nil;
// 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];