Network Management

last person joined: yesterday 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Airwave login failures

This thread has been viewed 3 times
  • 1.  Airwave login failures

    Posted Dec 24, 2013 12:17 PM

    Hi All,

    Where would we be able to find a log showing failed login attempts to the Airwave server (via the web interface)?

    Example, user John.Doe has an account but types in the wrong password.

     

    Thanks much!



  • 2.  RE: Airwave login failures

    Posted Dec 24, 2013 06:25 PM
    If you ssh to the server you can tail /var/log/httpd/access_log and look for the pattern. I think the login messages all have "LOGIN" in them.

    cat /var/log/httpd/access_log* | grep LOGIN | grep  "24/Dec/2013"

    will show you all logins for today.



  • 3.  RE: Airwave login failures

    Posted Dec 27, 2013 10:19 AM

    Hi!

    Thank you for the info for successful logins.

    I figured out that I had to further search for the "403" error for an unsuccessful login.

     

     cat /var/log/httpd/access_log* | grep LOGIN | grep "403"

    Happy New Year!