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://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d71548c784a393c7472010dcf85128e5d0db290;p=thirdparty%2Ffreeradius-server.git remove references to sql_log --- diff --git a/raddb/mods-config/files/accounting b/raddb/mods-config/files/accounting index 322d33a01f2..eaf952a72dc 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 3ef581e54dd..e0224864ec1 100644 --- a/raddb/sites-available/abfab-tr-idp +++ b/raddb/sites-available/abfab-tr-idp @@ -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. diff --git a/raddb/sites-available/decoupled-accounting b/raddb/sites-available/decoupled-accounting index a440e77b8f4..6b1b5b33721 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 5d911756c9e..3616050e762 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 @@ -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. diff --git a/raddb/sites-available/inner-tunnel b/raddb/sites-available/inner-tunnel index 5479352d9f0..1315115701d 100644 --- a/raddb/sites-available/inner-tunnel +++ b/raddb/sites-available/inner-tunnel @@ -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