21 lines
655 B
Diff
21 lines
655 B
Diff
--- freeradius-server-2.1.1/raddb/radiusd.conf.in.orig 2008-09-25 15:54:05.000000000 -0400
|
|
+++ freeradius-server-2.1.1/raddb/radiusd.conf.in 2008-09-25 15:54:28.000000000 -0400
|
|
@@ -657,7 +657,7 @@
|
|
# Include another file that has the SQL-related configuration.
|
|
# This is another file only because it tends to be big.
|
|
#
|
|
- $INCLUDE sql.conf
|
|
+ #$INCLUDE sql.conf
|
|
|
|
#
|
|
# This module is an SQL enabled version of the counter module.
|
|
@@ -669,7 +669,7 @@
|
|
# totally dependent on the SQL module to process Accounting
|
|
# packets.
|
|
#
|
|
- $INCLUDE sql/mysql/counter.conf
|
|
+ #$INCLUDE sql/mysql/counter.conf
|
|
#$INCLUDE sql/postgresql/counter.conf
|
|
|
|
#
|