Extract the source to the directory of your choice and go to the created directory.
NuFW uses autoconf and automake for compilation and a standard configure script is provided. Above standard options, the following flags (among other) are provided:
--with-mysql-log Support user activity logging in MySQL database
--with-pgsql-log Support user activity logging in PostgreSQL database
--with-system-auth Support PAM+NSS authentication
--with-ldap Support LDAP directory for users and acl lookups
$./configure --helpThus you can run ./configure with the options you want and launch compilation and installation:
$ ./configure --with-ldap --with-system-auth --with-mysql-log \\ --sysconfdir=/etc/nufw/ $ make $ sudo make install