mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-02 02:02:32 +00:00
We now ignore default roles for "public" accesses.
This commit is contained in:
Binary file not shown.
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user