sogo/SoObjects/Contacts/product.plist
Wolfgang Sourdeau 76078d93de Monotone-Parent: d5f8c52180a18aefe5556a8cc5be91ebecf23c37
Monotone-Revision: 13eeb49749c2fffd30ec7595581aa47c40de5671

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T20:35:20
Monotone-Branch: ca.inverse.sogo
2007-06-01 20:35:20 +00:00

43 lines
1,007 B
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoContactFolders = {
superclass = "SOGoFolder";
protectedBy = "Access Contents Information";
defaultRoles = {
"Access Contents Information" = ( "Authenticated" );
"WebDAV Access" = ( "Authenticated" );
};
};
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
protectedBy = "Access Contents Information";
defaultRoles = {
"Access Contents Information" = ( "Authenticated" );
"WebDAV Access" = ( "Authenticated" );
};
};
SOGoContactLDIFEntry = {
superclass = "SOGoContentObject";
protectedBy = "Access Content Information";
defaultRoles = {
"Access Content Information" = ( "Authenticated" );
"WebDAV Access" = ( "Authenticated" );
};
};
};
}