Skip to content
Snippets Groups Projects
Commit bbdaa4f7 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

* Added mod_sql_config query config

parent d4bfba62
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,18 @@ EOT
# MOD_CONFIG_SQL
[mod_config_sql]
get_config_query=<<EOT
SELECT
Name, Operator, Value
FROM
@TP@realm_attributes
EOT
# MOD_ACCOUNTING_SQL
[mod_accounting_sql]
accounting_start_query=<<EOT
......@@ -222,7 +233,7 @@ EOT
# MOD_USERDB_SQL
[mod_userdb_sql]
userdb_find_query=<<EOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment