From: Alan T. DeKok Date: Wed, 30 Jan 2019 14:47:37 +0000 (-0500) Subject: add a reference to SQL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52013fdff4fb1204b30530c0e857973971fb6bea;p=thirdparty%2Ffreeradius-server.git add a reference to SQL --- diff --git a/raddb/mods-available/cui b/raddb/mods-available/cui index 10b42731e23..85431e7fcdb 100644 --- a/raddb/mods-available/cui +++ b/raddb/mods-available/cui @@ -9,7 +9,9 @@ # ## CUI Module # # The module `cui` (`Chargeable-User-Identity`) writes -# `Chargeable-User-Identity` log to an SQL database. +# `Chargeable-User-Identity` log to an SQL database. It uses the `sql` +# module to do the bulk of the work, but has custom schemas and +# queries. # # * Schema is in `raddb/sql/cui//schema.sql` # * Queries are in `raddb/sql/cui//queries.conf`