import of rt 3.0.9
[freeside.git] / rt / etc / acl.Informix
diff --git a/rt/etc/acl.Informix b/rt/etc/acl.Informix
new file mode 100644 (file)
index 0000000..bca0408
--- /dev/null
@@ -0,0 +1,5 @@
+sub acl {
+return  (
+"GRANT RESOURCE TO ${RT::DatabaseUser};");
+}
+1;