summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-07-02 18:20:45 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:55 +0200
commit3ae35fa69d771800dd19fcc101068254afa26939 (patch)
treed373eaa4f51bf7463432933a39e85d9e68a5718d /eurephiadm
parentc66f7eb40d8410ce7f1a165b97917ec4b50dc685 (diff)
downloadeurephia-3ae35fa69d771800dd19fcc101068254afa26939.tar.gz
eurephia-3ae35fa69d771800dd19fcc101068254afa26939.tar.xz
eurephia-3ae35fa69d771800dd19fcc101068254afa26939.zip
Added man page for eurephiadm lastlog
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/man/eurephiadm-lastlog.880
1 files changed, 80 insertions, 0 deletions
diff --git a/eurephiadm/man/eurephiadm-lastlog.8 b/eurephiadm/man/eurephiadm-lastlog.8
new file mode 100644
index 0000000..72066b4
--- /dev/null
+++ b/eurephiadm/man/eurephiadm-lastlog.8
@@ -0,0 +1,80 @@
+.TH "eurephiadm lastlog" "8" "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(8)
+\fBeurephiadm\-certs\fR(8)
+\fBeurephiadm\-users\fR(8)
+\fBeurephiadm\-usercerts\fR(8)
+.SH "AUTHOR"
+Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>