sogo/SoObjects/Contacts/product.plist
Ludovic Marcotte 502279186e See ChangeLog
Monotone-Parent: 4eb36e8b2021cf9b64520bb8434bff43f5716ee9
Monotone-Revision: 2a908e25e6cc0e1dd4272685f53fe6594d1c949c

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-09-25T14:42:33
Monotone-Branch: ca.inverse.sogo
2009-09-25 14:42:33 +00:00

41 lines
912 B
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoContactFolders = {
superclass = "SOGoParentFolder";
};
SOGoContactGCSFolder = {
superclass = "SOGoGCSFolder";
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
};
SOGoContactGCSList = {
superclass = "SOGoContentObject";
};
SOGoContactSourceFolder = {
superclass = "SOGoGCSFolder";
protectedBy = "Access Contents Information";
defaultRoles = {
"Access Contents Information" = ( "Authenticated" );
"WebDAV Access" = ( "Authenticated" );
};
};
SOGoContactLDIFEntry = {
superclass = "SOGoContentObject";
protectedBy = "Access Contents Information";
defaultRoles = {
"Access Contents Information" = ( "Authenticated" );
"WebDAV Access" = ( "Authenticated" );
};
};
};
}