mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Monotone-Parent: be54fe500757d5b3077ad04c8c9a43cf4088ec61
Monotone-Revision: 64210c1ed841d8f02caf31f0c0e336b0fa9e37df Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-26T01:13:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
+8
-28
@@ -15,40 +15,20 @@
|
||||
"View" = ( "Authenticated", "FreeBusy" );
|
||||
};
|
||||
};
|
||||
SOGoUserFolder = {
|
||||
superclass = "SOGoFolder";
|
||||
SOGoFolder = {
|
||||
superclass = "SOGoObject";
|
||||
protectedBy = "<public>";
|
||||
defaultAccess = "allow";
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner" );
|
||||
};
|
||||
/* protectedBy = "HomePage Access"; */
|
||||
};
|
||||
SOGoFolder = {
|
||||
superclass = "SOGoObject";
|
||||
protectedBy = "Access Contents Information";
|
||||
defaultRoles = {
|
||||
"Add Documents, Images, and Files" = ( "Owner", "Delegate" );
|
||||
"View" = ( "Owner", "Delegate", "Assistant" );
|
||||
"WebDAV Access" = ( "Owner", "Delegate", "Assistant" );
|
||||
"Access Contents Information" = ( "Owner", "Assistant", "Delegate" );
|
||||
"ReadAcls" = ( "Owner", "Delegate", "Assistant" );
|
||||
"Add Documents, Images, and Files" = ( "Owner", "ObjectCreator" );
|
||||
"View" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"Access Contents Information" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"WebDAV Access" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"ReadAcls" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"SaveAcls" = ( "Owner" );
|
||||
"Delete Objects" = ( "Owner", "Delegate" );
|
||||
"Delete Objects" = ( "Owner", "ObjectEraser" );
|
||||
};
|
||||
};
|
||||
SOGoGroupsFolder = {
|
||||
superclass = "SOGoObject";
|
||||
protectedBy = "View";
|
||||
};
|
||||
SOGoGroupFolder = {
|
||||
superclass = "SOGoObject";
|
||||
protectedBy = "View";
|
||||
};
|
||||
SOGoCustomGroupFolder = {
|
||||
superclass = "SOGoGroupFolder";
|
||||
protectedBy = "View";
|
||||
};
|
||||
};
|
||||
|
||||
categories = {
|
||||
|
||||
Reference in New Issue
Block a user