From 289340780927b5bac2c7604d7317c3063c6dd8cc Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 11 Mar 2004 02:05:38 +0000 Subject: import of rt 3.0.9 --- rt/etc/acl.Informix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rt/etc/acl.Informix (limited to 'rt/etc/acl.Informix') diff --git a/rt/etc/acl.Informix b/rt/etc/acl.Informix new file mode 100644 index 000000000..bca0408dd --- /dev/null +++ b/rt/etc/acl.Informix @@ -0,0 +1,5 @@ +sub acl { +return ( +"GRANT RESOURCE TO ${RT::DatabaseUser};"); +} +1; -- cgit v1.2.1