1eurephiadm attempts(7)                                  eurephiadm attempts(7)
2
3
4

NAME

6       eurephiadm-attempts - Manage the attempts log in eurephia
7

DESCRIPTION

9       When  a remote user fails to authenticate correctly, the attemp will be
10       logged.  After a certain amount of attempts the IP address, certificate
11       and/or  user  account will be blocked.  The eurephiadm attempts command
12       is used to get an overview over what is registered as  failed  attempts
13       and  to give the possibility to reset or delete the registered attempts
14       counter.
15
16       Available modes for the attempts command are:
17
18       -D | --delete
19              Delete a registered login attempt
20
21       -R | --reset
22              Reset a registered login attempt
23
24       -l | --list
25              List all registered login attempts
26
27       -h | --help <mode>
28              Show help
29

DELETE MODE

31       The attempts delete mode will remove a record from the attempts log.
32
33   One of the following parameters must be given (only one):
34       -u | --username <username>
35              User name to delete
36
37       -d | --digest <SHA1 digest>
38              Certificate SHA1 digest to delete
39
40       -i | --ipaddr <IP address>
41              IP address to delete
42
43       -a | --attemptid <ID>
44              Attempts record ID to delete
45

RESET MODE

47       The attempts reset mode will reset the attempt counter.
48
49   One of the following parameters must be given (only one):
50       -u | --username <username>
51              User name to reset
52
53       -d | --digest <SHA1 digest>
54              Certificate SHA1 digest to reset
55
56       -i | --ipaddr <IP address>
57              IP address to reset
58
59       -a | --attemptid <ID>
60              Attempts record ID to reset
61

LIST MODE

63       The attempts list mode will show all registered login attempts.
64
65       -v | --verbose
66              Show more details
67
68   Filters:
69       -u | --username <username>
70              List only attempts matching the given user name
71
72       -d | --digest <SHA1 digest>
73              List only attempts matching the given SHA1 certificate digest
74
75       -i | --ipaddr <IP address>
76              List only attempts matching the given IP address
77

SEE ALSO

79       eurephiadm-blacklist(7), eurephia-config(7)
80

AUTHOR

82       Copyright (C) 2008-2012  David Sommerseth <dazo@users.sourceforge.net>
83
84
85
86David Sommerseth                   July 2010            eurephiadm attempts(7)
Impressum