More cleanups
authoraland <aland>
Fri, 20 Jul 2007 13:08:03 +0000 (13:08 +0000)
committeraland <aland>
Fri, 20 Jul 2007 13:08:03 +0000 (13:08 +0000)
raddb/sql.conf

index cb491aa..7eb8191 100644 (file)
@@ -8,6 +8,7 @@
 #      sql/DB/dialup.conf      Basic dialup (including policy) queries
 #      sql/DB/counter.conf     counter
 #      sql/DB/ippool.conf      IP Pools in SQL
+#      sql/DB/ippool.sql       schema for IP pools.
 #
 #  Where "DB" is mysql, mssql, oracle, or postgresql.
 #
@@ -24,8 +25,6 @@ sql {
        #  Which FreeRADIUS driver to use.
        #
        driver = "rlm_sql_${database}"
-       
-       ## Also see the bottom of this file to modify which SQL dialect you use
 
        ## Connection info:
        server = "localhost"
@@ -60,12 +59,6 @@ sql {
        ## If set to 'no' the user MUST have Fall-Through = Yes in the radreply table
        # read_groups = yes
 
-       ## Table to keep radius client info
-       nas_table = "nas"
-
-       ## Set to 'yes' to read radius clients from the database ('nas' table)
-       # readclients = yes
-
        ## Remove stale session if checkrad does not see a double login
        deletestalesessions = yes
 
@@ -80,6 +73,12 @@ sql {
        ## connection (per_socket)
        connect_failure_retry_delay = 60
 
+       ## Table to keep radius client info
+       nas_table = "nas"
+
+       ## Set to 'yes' to read radius clients from the database ('nas' table)
+       # readclients = yes
+
 #
 #      Pull in the driver-specific configurations.
 #