QUICKSTART GUIDE

------------------------------------------------------------------------
Any time changes to the PAM configuration are done by hand, they have
to be done with great care to avoid disabling system access by accident.
------------------------------------------------------------------------

To activate the use of pam_abl.so you need to add a PAM rule like

  auth required pam_abl.so config=/etc/security/pam_abl.conf

i.e. in /etc/pam.d/system-auth. Doing so please be aware that
/etc/pam.d/system-auth is auto-generated at e.g. Fedora Core and Red
Hat Enterprise Linux systems and that user changes will be destroyed
the next time authconfig is run, thus this step has to be redone.

You are able to customize the pam_abl.so behaviour by editing
/etc/security/pam_abl.conf. For detailed instructions please read
the application's page online at

  http://www.hexten.net/sw/pam_abl/doc/index.html

or have a look to the index.html and pam_abl.html documentation.
