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:
Wolfgang Sourdeau
2007-04-26 01:13:55 +00:00
parent b13636f385
commit 4948aca14a
5 changed files with 75 additions and 104 deletions
+8 -28
View File
@@ -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 = {