75432c6005
resolves: bug#700870 freeradius not compiled with --with-udpfromto resolves: bug#753764 shadow password expiration does not work resolves: bug#712803 radtest script is not working with eap-md5 option resolves: bug#690756 errors in raddb/sql/postgresql/admin.sql template
12 lines
588 B
Diff
12 lines
588 B
Diff
diff -r -u freeradius-server-2.1.12.orig/raddb/sql/postgresql/admin.sql freeradius-server-2.1.12.work/raddb/sql/postgresql/admin.sql
|
|
--- freeradius-server-2.1.12.orig/raddb/sql/postgresql/admin.sql 2011-09-30 10:12:07.000000000 -0400
|
|
+++ freeradius-server-2.1.12.work/raddb/sql/postgresql/admin.sql 2012-02-28 13:16:36.329403383 -0500
|
|
@@ -28,5 +28,5 @@
|
|
/*
|
|
* 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;
|