Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5161127d2e905883ac111b7c9934458a > files > 6

rt-3.6.7-3mdv2010.0.noarch.rpm

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}"
);
}
1;