diff options
Diffstat (limited to 'rt/etc/acl.Informix')
-rw-r--r-- | rt/etc/acl.Informix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rt/etc/acl.Informix b/rt/etc/acl.Informix new file mode 100644 index 000000000..eff232f4d --- /dev/null +++ b/rt/etc/acl.Informix @@ -0,0 +1,6 @@ + +sub acl { + return ("GRANT RESOURCE TO ". RT->Config->Get('DatabaseUser') .";"); +} + +1; |