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, 0 insertions, 6 deletions
diff --git a/rt/etc/acl.Sybase b/rt/etc/acl.Sybase
deleted file mode 100644
index 6192b4ebe..000000000
--- a/rt/etc/acl.Sybase
+++ /dev/null
@@ -1,6 +0,0 @@
-sub acl {
-return (
-"SP_ADDLOGIN ${RT::DatabaseUser}, ${RT::DatabasePassword}, ${RT::DatabaseName} ",
-);
-}
-1;