sogo/SoObjects/Contacts/product.plist
Wolfgang Sourdeau 248010fb8c Monotone-Parent: eb9e4681bfdb7dec7a9baabe22800453fae163e5
Monotone-Revision: 8196510b1b8f45851cd83846b1f18bfc663d1415

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-31T18:37:24
Monotone-Branch: ca.inverse.sogo
2006-10-31 18:37:24 +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" = "Authenticated";
"WebDAV Access" = "Owner";
};
};
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Authenticated";
"WebDAV Access" = "Owner";
};
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Authenticated";
"WebDAV Access" = "Owner";
};
methods = {
};
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Authenticated";
"WebDAV Access" = "Owner";
};
};
SOGoContactLDAPEntry = {
superclass = "SOGoContentObject";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Authenticated";
"WebDAV Access" = "Owner";
};
methods = {
};
};
};
}