]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove references to rlm_sql_log
authorAlan T. DeKok <aland@freeradius.org>
Tue, 3 Sep 2019 11:26:20 +0000 (07:26 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 3 Sep 2019 12:26:45 +0000 (08:26 -0400)
man/man8/radsqlrelay.8

index 344c3ab4aac0779d082cb0aca0cda3b7eecd9fe7..f161cc3d15cbd39fade2ac3b6f7d6bd57ec80e84 100644 (file)
@@ -41,9 +41,9 @@ radsqlrelay - relay SQL queries to a central database server
 to a database server. Used to replicate accounting records to one
 (central) database, even if the database has extended downtime.
 .PP
-The SQL logfile is created by the \fBrlm_sql_log\fP module. The module
-must be configured in the \fBradiusd\fP server before you can use
-\fBradsqlrelay\fP.
+The SQL logfile is created by the \fBrlm_sql\fP module with the
+rlm_sql_null driver logging to disk.. The module must be configured in
+the \fBradiusd\fP server before you can use \fBradsqlrelay\fP.
 
 .SH OPTIONS
 .IP "\-?"
@@ -86,8 +86,5 @@ db.domain.tld =
   )
 .DE
 
-.SH SEE ALSO
-.BR rlm_sql_log (5)
-
 .SH AUTHOR
 Nicolas Baradakis <nicolas.baradakis@cegetel.net>