1eurephiadm lastlog(7) eurephiadm lastlog(7)
2
3
4
6 eurephiadm-lastlog - View the eurephia lastlog
7
9 eurephiadm lastlog [-v|--verbose] [-S|--sortkeys <sort keys>] [<FILTER
10 arguments>]
11
13 This command will query the lastlog records, which contains information
14 about all logins done with the eurephia-auth plug-in.
15
17 -S | --sortkeys <sort key>[,<sort key>[,<sort key>]...]
18 Sorting order of the report. More sort keys can be given, sepa‐
19 rated by comma. The available sort keys are:
20
21 uid : User ID
22
23 certid : Certificate ID
24
25 ip : IP address where the client connects from
26
27 vpnip : Assigned IP address on the VPN client
28
29 status : eurephia connection status
30
31 login : When the client logged in
32
33 logout : When the client logged out
34
35 username : eurephia username
36
37 macaddr : MAC address of the TUN/TAP interface on the VPN client
38
39 uicid : User ID/Certificate ID link ID. Related to the IDs pro‐
40 vided by eurephiadm usercerts
41
42 -v | --verbose
43 View detailed lastlog
44
46 The filters can help reducing the amount of data being reported. Mul‐
47 tiple filters may be added, but they will only work as additional "AND"
48 arguments in the query.
49
50 -c | --certid <Certificate ID>
51 Certificate ID
52
53 -i | --uid <User ID>
54 Numeric user ID
55
56 -u | --username <User name>
57 User name
58
59 -I | --ip-addr <IP address>
60 IP address of remote host
61
62 -s | --login <YYYY-MM-DD>
63 Login time
64
65 -e | --logout <YYYY-MM-DD>
66 Logout time
67
68 -m | --mac-addr <TUN/TAP MAC address>
69 MAC address of remote VPN interface of the client
70
71 -a | --uicid <Access ID>
72 User ID/Certificate ID link ID. Related to the IDs provided by
73 eurephiadm usercerts
74
76 eurephiadm(7), eurephiadm-certs(7), eurephiadm-users(7), eurephi‐
77 adm-usercerts(7)
78
80 Copyright (C) 2008-2012 David Sommerseth <dazo@users.sourceforge.net>
81
82
83
84David Sommerseth July 2010 eurephiadm lastlog(7)