]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
e table name, not "radius.table"
authorAlan T. DeKok <aland@freeradius.org>
Tue, 21 Aug 2012 13:32:47 +0000 (15:32 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 21 Aug 2012 13:35:43 +0000 (15:35 +0200)
raddb/sql/postgresql/admin.sql

index e7effa65b5b3c5f26de8ddb1fbc80098b9ae12a8..74994d32f50107789127443cec1e4eec283b27f7 100644 (file)
@@ -28,5 +28,5 @@ GRANT SELECT ON radusergroup TO radius;
 /*
  * The server can write to the accounting and post-auth logging table.
  */
-GRANT ALL on radius.radacct TO radius;
-GRANT ALL on radius.radpostauth TO radius;
+GRANT ALL on radacct TO radius;
+GRANT ALL on radpostauth TO radius;