diff --git a/OGoContentStore/acls.ocs b/OGoContentStore/acls.ocs deleted file mode 100644 index 58ce60293..000000000 --- a/OGoContentStore/acls.ocs +++ /dev/null @@ -1,23 +0,0 @@ -{ - 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; - }, - ); -}