Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

Computer name logging of authentication success

This thread has been viewed 3 times
  • 1.  Computer name logging of authentication success

    Posted Oct 12, 2016 05:00 PM

    We have standard user logging setup which shows authentication failures via process authmgr, as seen like this:

    Oct 12 12:54:17 :522275: <ERRS> |authmgr| User Authentication failed. username=host/CPU014012.company.com userip=0.0.0.0 usermac=b4:b6:76:ff:ff:ff authmethod=802.1x servername=site-nps-02 serverip=10.10.10.10 apname=SITE17-WAP-1 bssid=40:e3:d6:ff:ff:ff


    Is there any way to do the same for authentication successes? We're only looking to do so to capture the information "username=host/CPU014012.company.com"



  • 2.  RE: Computer name logging of authentication success
    Best Answer

    EMPLOYEE
    Posted Oct 12, 2016 05:52 PM

    config t

    logging level debugging security process authmgr

    show log security all | include ipv4



  • 3.  RE: Computer name logging of authentication success

    Posted Oct 12, 2016 06:25 PM

    That was it.  I was working with the "user" log type.  Security did it.

     

    Thanks Colin!