X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2Facl.Oracle;h=9ca4122a00d026c03b2fb0850bf70e309b349b2d;hb=a72a10f754f7465121d6137bb3dcee0a21ea6443;hp=ac29215c250dc59f0e34ab862ad5362077a14321;hpb=289340780927b5bac2c7604d7317c3063c6dd8cc;p=freeside.git diff --git a/rt/etc/acl.Oracle b/rt/etc/acl.Oracle index ac29215c2..9ca4122a0 100644 --- a/rt/etc/acl.Oracle +++ b/rt/etc/acl.Oracle @@ -1,10 +1,4 @@ -sub acl { -return ( -"CREATE USER ${RT::DatabaseUser} identified by ${RT::DatabasePassword} ". -"default tablespace USERS " . -"temporary tablespace TEMP " . -"quota unlimited on USERS" , -"grant connect, resource to ${RT::DatabaseUser}" -); -} + +sub acl { return () } + 1;