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

* Added config for accounting

parent d5f18f95
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,31 @@ mod_userdb_sql
EOT
[accounting]
plugins=<<EOT
mod_accounting_test
EOT
[mod_accounting_sql]
sql_accounting_query=<<EOT
SELECT xyz FROM Accounting WHERE
EOT
sql_accounting_insert=<<EOT
INSERT INTO Accounting () VALUES ()
EOT
sql_accounting_update=<<EOT
UPDATE Accounting SET
EOT
[mod_userdb_sql]
sql_password_query=<<EOT
......@@ -131,28 +156,6 @@ SELECT Attribute, Operator, Value FROM group_attributes WHERE GroupID = ${group.
EOT
# ========================================================================================
[accounting]
plugins=<<EOT
mod_acct_topups
mod_acct_capping # use a special field, which includes topups
EOT
sql_accounting_query=<<EOT
SELECT xyz FROM Accounting WHERE
EOT
sql_accounting_insert=<<EOT
INSERT INTO Accounting () VALUES ()
EOT
sql_accounting_update=<<EOT
UPDATE Accounting SET
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