1pam_abl(1)                  General Commands Manual                 pam_abl(1)
2
3
4

NAME

6       pam_abl - query or purge the databases used by the pam_abl module
7

OVERVIEW

9       pam_abl [ OPTIONS ] [ CONFIG ]
10

DESCRIPTION

12       Performs  maintenance on the databases used by the pam_abl (auto black‐
13       list) module. CONFIG is the name of the pam_abl config file (/etc/secu‐
14       rity/pam_abl.conf).  The  config  file is read to discover the names of
15       the pam_abl databases and the rules that control purging  of  old  data
16       from them.
17

OPTIONS

19       -h, --help
20              See a help message
21
22       -p, --purge
23              Purge databases according to purge rules in config
24
25       -r, --relative
26              Display  times  relative to now otherwise absolute times will be
27              displayed
28
29       -v, --verbose
30              Verbose output
31
32       --okuser=USER
33              Unblock USER
34
35       --okhost=HOST
36              Unblock HOST
37

EXAMPLES

39       Obtain a list of failed hosts and users:
40              $ pam_abl
41
42       Obtain a full list of failures listing times relative to now:
43              $ pam_abl -rv
44              $ pam_abl --relative --verbose
45
46       Purge old data:
47              $ pam_abl -p
48              $ pam_abl --purge
49
50       Unblock all example.com, somewhere.com hosts:
51              $ pam_abl -v --okhost=*.example.com --okhost=*.somewhere.com
52

AUTHOR

54       Andy Armstrong <andy@hexten.net>
55

SEE ALSO

57       /usr/share/doc/pam_abl-*/CONFIGURATION
58

REPORT BUGS

60       Please report bugs in English language to the author.
61
63       pam_abl is licensed under GNU  General  Public  License,  the  complete
64       license you can get at: http://www.gnu.org/copyleft/gpl.html
65
66
67
68                                 Oct 13, 2005                       pam_abl(1)
Impressum