Prerequisites :
- libipq (in iptables-dev on debian)
- automake1.7 to execute cleanly autogen.sh 
- libldap for the provided auth server
- glib
- libsasl2 (cyrus)
- libgnutls
- libgcrypt
- libpam-dev for system authentication module
- libident-dev for ident external authentication module

To compile, use the standard :
./autogen.sh
./configure
make
make install

Next, you will have to run (as root) nufw.
nufw -h will give you a usage message.

You will also have to launch the authorisation server : 
nuauth is provided
nuauth -h will give you a usage message.

To use nufw you will have to run a client for each user.
For the moment only nutcpc is provided.

You will find more informations on :
	http://www.nufw.org

SQL Logging :

If you use SQL Logging and SSO features, you may wish to increase performance 
of SQL queries by putting closed connections in a different SQL table by using or a script 
(cron task ?) or a trigger.

Quick Testing :

See http://www.nufw.org/testing.html

