]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Contacts/product.plist
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1245 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Contacts / product.plist
1 {
2   requires = ( MAIN );
3
4   publicResources = (
5   );
6
7   factories = {
8   };
9   
10   classes = {
11     SOGoContactFolders = {
12       superclass = "SOGoParentFolder";
13     };
14     SOGoContactGCSFolder = {
15       superclass = "SOGoGCSFolder";
16     };
17     SOGoContactGCSEntry = {
18       superclass = "SOGoContentObject";
19     };
20     SOGoContactLDAPFolder = {
21       superclass = "SOGoGCSFolder";
22       protectedBy = "Access Contents Information";
23       defaultRoles = {
24         "Access Contents Information" = ( "Authenticated" );
25         "WebDAV Access" = ( "Authenticated" );
26       };
27     };
28     SOGoContactLDIFEntry = {
29       superclass = "SOGoContentObject";
30       protectedBy = "Access Content Information";
31       defaultRoles = {
32         "Access Content Information" = ( "Authenticated" );
33         "WebDAV Access" = ( "Authenticated" );
34       };
35     };
36   };
37 }