sogo/SoObjects/Contacts/product.plist
Wolfgang Sourdeau 7c4ddf0e8c Monotone-Parent: e46821e8deef27889438bc1efe4af943f5f7ff26
Monotone-Revision: 37ee3c63e273b4b20f99c82d5e239e410e7876c7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-09T19:04:07
Monotone-Branch: ca.inverse.sogo
2007-05-09 19:04:07 +00:00

44 lines
819 B
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoContactFolders = {
superclass = "SOGoFolder";
protectedBy = "<public>";
defaultAccess = "allow";
defaultRoles = {
"View" = ( "Owner" );
};
};
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
defaultAccess = "allow";
protectedBy = "<public>";
};
SOGoContactLDIFEntry = {
superclass = "SOGoContentObject";
defaultAccess = "allow";
protectedBy = "<public>";
};
};
}