sogo/SoObjects/Contacts/product.plist
Wolfgang Sourdeau 46a3a99547 Monotone-Parent: 39a04d9c4ef6da21c4cc1d1ad7d0ecb45557a98b
Monotone-Revision: b132b438ae2a6471eaa2f850473ec640709dc66d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-09T21:31:48
Monotone-Branch: ca.inverse.sogo
2006-08-09 21:31:48 +00:00

73 lines
1.5 KiB
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoContactFolders = {
superclass = "SOGoObject";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
};
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
methods = {
};
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
};
SOGoContactLDAPEntry = {
superclass = "SOGoContentObject";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
methods = {
};
};
};
}