4.6. Chaining modules in nuauth

4.6.1. Syntax description

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:

4.6.2. Some examples

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:

  1. In syslog

  2. In a MySQL database using configuration file /etc/nufw/modules/dblocal.conf

  3. In a second MySQL database using configuration file /etc/nufw/mainmysql.conf