Network Management

 View Only
last person joined: 3 days ago 

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

Password cant be reset through CLI on Airwave

This thread has been viewed 2 times
  • 1.  Password cant be reset through CLI on Airwave

    Posted Mar 28, 2017 02:07 PM

    Hi,

    Can get to reset the admin user through the CLI on Airwave. It will accept the update but will not allow access through the GUI. 

    Have changed the is_enabled to 0 and login_attempts to 0, but still no joy. 

    Version - 8.2.3.1

    Any tips on how to get around this?

    Cheers



  • 2.  RE: Password cant be reset through CLI on Airwave

    EMPLOYEE
    Posted Mar 29, 2017 03:35 AM

    Hi,

     

    Please set is_enabled to 1 for enabling the user and try again. Output for a user would look like below,

     

    [root@Aruba-Airwave mercury]# dbc "select * from users where username = 'admin';"
    id | username | password | role_id | full_name | email | phone | notes | password_format | login_attempts | is_enabled
    ----+----------+----------------------------------+---------+-----------+-------+-------+-------+-----------------+----------------+------------
    3 | admin | 2cf94b0aea63ebf7bf41c90fe500603e | 5 | | | | test | md5 | 0 | 1
    (1 row)