From d402acb31961a49d5710038baeb3518cea4e60d2 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 14 Dec 2006 19:48:28 +0000 Subject: [PATCH] Monotone-Parent: 4cc4514f17681c5d856ebe70bfc83cff727852cb Monotone-Revision: 5e5737eca2d1e9eee20964323a842f391c2fa254 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-14T19:48:28 Monotone-Branch: ca.inverse.sogo --- OGoContentStore/acls.ocs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 OGoContentStore/acls.ocs diff --git a/OGoContentStore/acls.ocs b/OGoContentStore/acls.ocs new file mode 100644 index 000000000..58ce60293 --- /dev/null +++ b/OGoContentStore/acls.ocs @@ -0,0 +1,23 @@ +{ + blobTablePattern = "SOGo_$folderId$_blob"; + quickTablePattern = "SOGo_$folderId$_quick"; + extractorClassName = ""; + + fields = ( + { + columnName = uid; + sqlType = "VARCHAR(256)"; + allowsNull = NO; + }, + { + columnName = object; + sqlType = "VARCHAR(256)"; + allowsNull = NO; + }, + { + columnName = role; + sqlType = "VARCHAR(80)"; + allowsNull = NO; + }, + ); +}