rlm_ippool
-~~~~~~~~~~~
+~~~~~~~~~~
Please use rlm_sql_ippool with sqlite.
+
+rlm_sql
+~~~~~~~
+
+Driver-specific options have moved from ``mods-available/sql`` to
+``mods-config/sql/driver/<drivername>``.
+
#
# Driver specific configuration options are located in sql prefix config files
#
-# mods-available/sql_<driver>
+# mods-config/sql/driver/<driver>
#
# Where "driver" is cassandra, db2, firebird, freetds, iodbc, null, mysql
# oracle, postgresql, sqlite, unixodbc.
#
driver = "rlm_sql_${dialect}"
- # Uncomment to include driver specific configuration file
- # (if one exists)
- # These config files contain driver specific options.
-# $INCLUDE ${modenableddir}/${.:name}_${dialect}
+ # Include driver specific configuration file if one
+ # exists. These are in a separate configuration file
+ # in mods-config/sql/driver/<driver>.
+ $-INCLUDE ${modconfdir}/sql/driver/${dialect}
# Connection info:
#
# unlike MySQL, which has a tls{} connection configuration, postgresql
# uses its connection parameters - see the radius_db option in
# the main raddb/mods-available/sql file
-
+
# Send application_name to the postgres server
# Only supported in PG 9.0 and greater. Defaults to no.
# send_application_name = yes