mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 42e111d1ab25686092e392def5b8aa0c22f4d88b
Monotone-Revision: 4557052eb5dc8198cf068bbf758611f237e58e0f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-04T22:38:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
superclass = "SOGoObject";
|
||||
protectedBy = "Access Object";
|
||||
defaultRoles = {
|
||||
"Access Object" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"Access Object" = ( "Owner", "ObjectViewer" );
|
||||
};
|
||||
};
|
||||
SOGoFolder = {
|
||||
@@ -41,8 +41,8 @@
|
||||
protectedBy = "Access Object";
|
||||
defaultRoles = {
|
||||
"Change Images And Files" = ( "Owner", "ObjectEditor" );
|
||||
"WebDAV Access" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"Access Object" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"WebDAV Access" = ( "Owner", "ObjectViewer" );
|
||||
"Access Object" = ( "Owner", "ObjectViewer" );
|
||||
"Access Contents Information" = ( "Owner", "ObjectViewer" );
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user