sogo/SoObjects/Contacts/product.plist
Wolfgang Sourdeau 0bcd0f561a Monotone-Parent: ad1245283296dc9882631027852d56c0b02756cc
Monotone-Revision: 50245e5ff224a38e104b57dccfa0384915476341

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-27T18:12:15
Monotone-Branch: ca.inverse.sogo
2007-03-27 18:12:15 +00:00

46 lines
1 KiB
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoContactFolders = {
superclass = "SOGoObject";
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" );
"SaveAcls" = ( "Owner" );
};
};
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
};
SOGoContactLDAPEntry = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
};
}