Table of Contents
Provides a non-pam interface to the information stored in the pam_abl module databases. CONFIG is the name of the pam_abl config file (default: /etc/security/pam_abl.conf). The config file is read to discover the names of the pam_abl databases, the rules that control purging of old data from them and commands to run when a user or host switches state.
If you specified commands to run in your configuration, those commands will try to run if the host or user switches state (blocked <→ clear) since the last time it was checked. The command will only be able to run, however, if you supply enough information to fill in the substitutions in the command. If using the command line tool for instance, and your host_clear_cmd uses the %s parameter, you will need to specify the service on the command line with -s in order for the host_clear_cmd to actually run.
Obtain a list of failed hosts and users:
Obtain a full list of failures listing times relative to now:
Purge old data:
Unblock all example.com, somewhere.com hosts:
Fail the host badguy.com and the user joe because the authentication failed:
Check whether joe is currently allowed to use your neato service from somehost, running the necessary commands if he switches state:
Because the user/host state is only updated when an attempt is made, you can manually force pam-abl to update the states and call the correct scripts:
Report bugs at http://sourceforge.net/projects/pam-abl/support or using the bugtracker on sourceforge.