]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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 322d33a01f26e3990ba19954b7847e6993ae389b..eaf952a72dc9d19387af4d2056d7f7027b2435e8 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 3ef581e54dd7b397ea49e3d1db53f0c543a826d2..e0224864ec1d81405f57a6d872f86c8a7958fdab 100644 (file)
@@ -80,12 +80,6 @@ post-auth {
        #  See "Authentication Logging Queries" in sql.conf
        -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 a440e77b8f4da0be1911d53dc64ec62517788d87..6b1b5b337216e433498c1fdb85ced8a53b34df94 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 5d911756c9e7f515c03b3eb3d5e23e602fd335b7..3616050e7625eb6b5e2ba44782fcb737b2ae6136 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
 
@@ -737,12 +731,6 @@ post-auth {
        #  See "Authentication Logging Queries" in mods-available/sql
        -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 5479352d9f09e5a4f8519805694c724eaf78958f..1315115701d5c3e6a67abc4683124a2ec07c79ab 100644 (file)
@@ -301,12 +301,6 @@ post-auth {
        #  See "Authentication Logging Queries" in sql.conf
        -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