Monotone-Parent: 39a04d9c4ef6da21c4cc1d1ad7d0ecb45557a98b

Monotone-Revision: b132b438ae2a6471eaa2f850473ec640709dc66d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-09T21:31:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-09 21:31:48 +00:00
parent b0059bc3ff
commit 46a3a99547
+27 -2
View File
@@ -19,7 +19,7 @@
};
};
SOGoContactFolder = {
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
protectedBy = "View";
@@ -30,7 +30,32 @@
};
};
SOGoContactObject = {
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
methods = {
};
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
protectedBy = "View";
defaultAccess = "allow"; /* I think this affects key lookup */
defaultRoles = {
"View" = "Owner";
"WebDAV Access" = "Owner";
};
};
SOGoContactLDAPEntry = {
superclass = "SOGoContentObject";
protectedBy = "View";