sogo/SoObjects/Contacts/product.plist
Wolfgang Sourdeau 8078250b1a Monotone-Parent: 2cc61994b1fd18611f88fb4a7bd881ef6c12c05c
Monotone-Revision: 95b1c285d67a034685e2ef30e56e10e7c253438d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-07-16T02:09:48
Monotone-Branch: ca.inverse.sogo
2008-07-16 02:09:48 +00:00

41 lines
909 B
Plaintext

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