]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
safe_characters is irrelevant for MySQL / PostgreSQL
authorNick Porter <nick@portercomputing.co.uk>
Tue, 19 Aug 2025 11:58:12 +0000 (12:58 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 19 Aug 2025 11:58:12 +0000 (12:58 +0100)
as they use their database specific escaping functions.

raddb/mods-config/sql/main/mysql/queries.conf
raddb/mods-config/sql/main/postgresql/queries.conf

index d6aeb1dd03b2330c50a58831f591faeee4936bfb..8ff11070d0b353e64bf4fea9182b83ca3e0276b6 100644 (file)
@@ -4,11 +4,6 @@
 #
 #  $Id$
 
-# Safe characters list for sql queries. Everything else is replaced
-# with their mime-encoded equivalents.
-# The default list should be ok
-#safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
-
 #######################################################################
 #  Connection config
 #######################################################################
index 0a63fdf16dceffd543b092a94d5c8518e8ea0cc9..2eba1a89ed265e4a013f1d9d8fe258be52d30468 100644 (file)
@@ -4,11 +4,6 @@
 #
 #  $Id$
 
-# Safe characters list for sql queries. Everything else is replaced
-# with their mime-encoded equivalents.
-# The default list should be ok
-# safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
-
 #######################################################################
 #  Query config:  Username
 #######################################################################