From 607109dd05ea07967ee035b5dcfb2edfd9dd4a50 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 21 Aug 2012 15:32:47 +0200 Subject: [PATCH] e table name, not "radius.table" --- raddb/sql/postgresql/admin.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raddb/sql/postgresql/admin.sql b/raddb/sql/postgresql/admin.sql index e7effa65b5b..74994d32f50 100644 --- a/raddb/sql/postgresql/admin.sql +++ b/raddb/sql/postgresql/admin.sql @@ -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; -- 2.47.3