diff --git a/Documentation/SOGo Installation Guide.odt b/Documentation/SOGo Installation Guide.odt index f8c72ba3c..7fe911926 100644 Binary files a/Documentation/SOGo Installation Guide.odt and b/Documentation/SOGo Installation Guide.odt differ diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index 86fcf1639..7933c6d17 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -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];