summaryrefslogtreecommitdiff
path: root/rt/etc/acl.Sybase
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/acl.Sybase')
-rw-r--r--rt/etc/acl.Sybase6
1 files changed, 6 insertions, 0 deletions
diff --git a/rt/etc/acl.Sybase b/rt/etc/acl.Sybase
new file mode 100644
index 000000000..6192b4ebe
--- /dev/null
+++ b/rt/etc/acl.Sybase
@@ -0,0 +1,6 @@
+sub acl {
+return (
+"SP_ADDLOGIN ${RT::DatabaseUser}, ${RT::DatabasePassword}, ${RT::DatabaseName} ",
+);
+}
+1;