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