]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix raddb SQL config path (#4151)
authorJorge Pereira <jpereira@users.noreply.github.com>
Wed, 28 Jul 2021 13:51:09 +0000 (10:51 -0300)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 13:51:09 +0000 (14:51 +0100)
raddb/README.rst
raddb/mods-available/cui
raddb/mods-available/dhcp_sqlippool
raddb/mods-available/moonshot-targeted-ids
raddb/mods-available/sqlippool
raddb/mods-config/sql/main/postgresql/extras/cisco_h323_db_schema.sql

index c35a4a6d52857104a7f8858cb7611be63c00ac88..118dcdfba904a596cbfc8c69a5742fa183f116b0 100644 (file)
@@ -177,7 +177,7 @@ type was ignored by the module.  Now, support for any accounting type
 can be added by just adding a new target, as below.
 
 Queries from v2.x.x may be manually copied to the new v3.0
-``dialup.conf`` file (``raddb/sql/main/<dialect>/queries.conf``).
+``dialup.conf`` file (``raddb/mods-config/sql/main/<dialect>/queries.conf``).
 When doing this you may also need to update references to the
 accounting tables, as their definitions will now be outside of
 the subsection containing the query.
index b72aa309bfc05c2443e4bb2db061b8f33de8e359..54842d4106800babe8db1d58d2e8b7a5cad017db 100644 (file)
@@ -5,8 +5,8 @@
 #
 #  Write Chargeable-User-Identity to the database.
 #
-#  Schema      raddb/sql/cui/<DB>/schema.sql
-#  Queries     raddb/sql/cui/<DB>/queries.conf
+#  Schema      raddb/mods-config/sql/cui/<DB>/schema.sql
+#  Queries     raddb/mods-config/sql/cui/<DB>/queries.conf
 #
 sql cuisql {
 
index 3a85063a627c92a6839c2f2a57862153b367d162..909b93c7ebcbbeb16b123ca38e696790b5771dda 100644 (file)
@@ -10,7 +10,7 @@
 #
 #  The database schemas are available at:
 #
-#       raddb/sql/ippool-dhcp/<DB>/schema.sql
+#       raddb/mods-config/sql/ippool-dhcp/<DB>/schema.sql
 #
 #  $Id$
 
index bcf69bcf1a366a3a6ac948e63dd07d1b86d1f978..1b27b44b5a2d82e23d67c07ba19f0ef3293960d2 100644 (file)
@@ -5,8 +5,8 @@
 #
 #  Write Moonshot-*-TargetedId (MSTID) to the database.
 #
-#  Schema      raddb/sql/moonshot-targeted-ids/<DB>/schema.sql
-#  Queries     raddb/sql/moonshot-targeted-ids/<DB>/queries.conf
+#  Schema      raddb/mods-config/sql/moonshot-targeted-ids/<DB>/schema.sql
+#  Queries     raddb/mods-config/sql/moonshot-targeted-ids/<DB>/queries.conf
 #
 sql moonshot_tid_sql {
 
index 51621b293daaae8ded38f1480644e06f36835323..ce317a3f7b27aa53913606171d66906f7b0ff64d 100644 (file)
@@ -2,7 +2,7 @@
 #
 #  The database schemas are available at:
 #
-#       raddb/sql/ippool/<DB>/schema.sql
+#       raddb/mods-config/sql/ippool/<DB>/schema.sql
 #
 #  $Id$
 
index ec9731648e83c1e1d4ee39ed24a994ee79bb7dd6..0fabd43981d1622013811200ea73bc08e11b057d 100644 (file)
  * which is designed for simple dialup installations of FreeRadius.
  *
  * For this schema to work properly you MUST use
- * raddb/sql/postgresql/voip-postpaid.conf rather than
- * raddb/sql/postgresql/dialup.conf
+ * raddb/mods-config/sql/postgresql/voip-postpaid.conf rather than
+ * raddb/mods-config/sql/postgresql/dialup.conf
  *
  * If you wish to do RADIUS Authentication using the same database,
- * you MUST use use raddb/sql/postgresql/schema.sql as well as this schema.
+ * you MUST use use raddb/mods-config/sql/postgresql/schema.sql as well as this schema.
  */
 
 /*