From: Alan T. DeKok Date: Wed, 24 May 2017 21:21:55 +0000 (-0400) Subject: remove references to sql_log X-Git-Tag: release_3_0_14~10 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=5d71548c784a393c7472010dcf85128e5d0db290;p=freeradius.git remove references to sql_log --- diff --git a/raddb/mods-config/files/accounting b/raddb/mods-config/files/accounting index 322d33a..eaf952a 100644 --- a/raddb/mods-config/files/accounting +++ b/raddb/mods-config/files/accounting @@ -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. # diff --git a/raddb/sites-available/abfab-tr-idp b/raddb/sites-available/abfab-tr-idp index 3ef581e..e022486 100644 --- a/raddb/sites-available/abfab-tr-idp +++ b/raddb/sites-available/abfab-tr-idp @@ -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. # diff --git a/raddb/sites-available/decoupled-accounting b/raddb/sites-available/decoupled-accounting index a440e77..6b1b5b3 100644 --- a/raddb/sites-available/decoupled-accounting +++ b/raddb/sites-available/decoupled-accounting @@ -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 diff --git a/raddb/sites-available/default b/raddb/sites-available/default index 5d91175..3616050 100644 --- a/raddb/sites-available/default +++ b/raddb/sites-available/default @@ -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. # diff --git a/raddb/sites-available/inner-tunnel b/raddb/sites-available/inner-tunnel index 5479352..1315115 100644 --- a/raddb/sites-available/inner-tunnel +++ b/raddb/sites-available/inner-tunnel @@ -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.