logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

eurephiadm-lastlog - View the eurephia lastlog

Author

       Copyright (C) 2008-2012  David Sommerseth <dazo@users.sourceforge.net>

David Sommerseth                                    July 2010                              eurephiadmlastlog(7)

Description

       This  command  will  query the lastlog records, which contains information about all logins done with the
       eurephia-auth plug-in.

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.

       -c | --certid <Certificate ID>
              Certificate ID

       -i | --uid <User ID>
              Numeric user ID

       -u | --username <User name>
              User name

       -I | --ip-addr <IP address>
              IP address of remote host

       -s | --login <YYYY-MM-DD>
              Login time

       -e | --logout <YYYY-MM-DD>
              Logout time

       -m | --mac-addr <TUN/TAP MAC address>
              MAC address of remote VPN interface of the client

       -a | --uicid <Access ID>
              User ID/Certificate ID link ID.  Related to the IDs provided by eurephiadmusercerts

Name

       eurephiadm-lastlog - View the eurephia lastlog

Options

-S | --sortkeys <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:

              uid : User ID

              certid : Certificate ID

              ip : IP address where the client connects from

              vpnip : Assigned IP address on the VPN client

              status : eurephia connection status

              login : When the client logged in

              logout : When the client logged out

              username : eurephia username

              macaddr : MAC address of the TUN/TAP interface on the VPN client

              uicid : User ID/Certificate ID link ID.  Related to the IDs provided by eurephiadmusercerts-v | --verbose
              View detailed lastlog

See Also

eurephiadm(7), eurephiadm-certs(7), eurephiadm-users(7), eurephiadm-usercerts(7)

Synopsis

eurephiadmlastlog [-v|--verbose] [-S|--sortkeys <sort keys>] [<FILTER arguments>]

See Also