remove references to sql_log
authorAlan T. DeKok <aland@freeradius.org>
Wed, 24 May 2017 21:21:55 +0000 (17:21 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 24 May 2017 21:21:55 +0000 (17:21 -0400)
raddb/mods-config/files/accounting
raddb/sites-available/abfab-tr-idp
raddb/sites-available/decoupled-accounting
raddb/sites-available/default
raddb/sites-available/inner-tunnel

index 322d33a..eaf952a 100644 (file)
@@ -9,13 +9,17 @@
 #  Realm, the Huntgroup-Name or any combinaison of the attribute/value
 #  pairs contained in an accounting packet.
 #
-#DEFAULT Realm == "foo.net", Acct-Type := sql_log.foo
+#  You will need to add an "Acct-Type foo {...}" subsection to the
+#  main "accounting" section in order for these sample configurations
+#  to work.
 #
-#DEFAULT Huntgroup-Name == "wifi", Acct-Type := sql_log.wifi
+#DEFAULT Realm == "foo.net", Acct-Type := foo
 #
-#DEFAULT Client-IP-Address == 10.0.0.1, Acct-Type := sql_log.other
+#DEFAULT Huntgroup-Name == "wifi", Acct-Type := wifi
 #
-#DEFAULT Acct-Status-Type == Start, Acct-Type := sql_log.start
+#DEFAULT Client-IP-Address == 10.0.0.1, Acct-Type := other
+#
+#DEFAULT Acct-Status-Type == Start, Acct-Type := start
 
 #  Replace the User-Name with the Stripped-User-Name, if it exists.
 #
index 3ef581e..e022486 100644 (file)
@@ -81,12 +81,6 @@ post-auth {
        -sql
 
        #
-       #  Instead of sending the query to the SQL server,
-       #  write it into a log file.
-       #
-#      sql_log
-
-       #
        #  Un-comment the following if you want to modify the user's object
        #  in LDAP after a successful login.
        #
index a440e77..6b1b5b3 100644 (file)
@@ -119,12 +119,6 @@ accounting {
        #  See "Accounting queries" in sql.conf
 #      sql
 
-       #
-       #  Instead of sending the query to the SQL server,
-       #  write it into a log file.
-       #
-#      sql_log
-
        #  Cisco VoIP specific bulk accounting
 #      pgsql-voip
 
index 5d91175..3616050 100644 (file)
@@ -653,12 +653,6 @@ accounting {
 #              ok
 #      }
 
-       #
-       #  Instead of sending the query to the SQL server,
-       #  write it into a log file.
-       #
-#      sql_log
-
        #  Cisco VoIP specific bulk accounting
 #      pgsql-voip
 
@@ -738,12 +732,6 @@ post-auth {
        -sql
 
        #
-       #  Instead of sending the query to the SQL server,
-       #  write it into a log file.
-       #
-#      sql_log
-
-       #
        #  Un-comment the following if you want to modify the user's object
        #  in LDAP after a successful login.
        #
index 5479352..1315115 100644 (file)
@@ -302,12 +302,6 @@ post-auth {
        -sql
 
        #
-       #  Instead of sending the query to the SQL server,
-       #  write it into a log file.
-       #
-#      sql_log
-
-       #
        #  Un-comment the following if you have set
        #  'edir_account_policy_check = yes' in the ldap module sub-section of
        #  the 'modules' section.