The syntax is the following: Each option that set up the use of a hook is a list of modules separated by space.
For each module type, the syntax is the following:
name[:type[:config file]]
If syntax is:
name: load module "name" with config file included in nuauth.conf
name:type: load module "type" with config file CONFIG_DIR/modules/name.conf
name:type:conf: load module "type" with config file "conf"
Let's analyse the following line: nuauth_user_logs_module="syslog dblocal:mysql maindb:mysql:/etc/nufw/mainmysql.conf" Packet will be logged multiple times:
In syslog
In a MySQL database using configuration file /etc/nufw/modules/dblocal.conf
In a second MySQL database using configuration file /etc/nufw/mainmysql.conf