Wired Intelligent Edge

 View Only
  • 1.  Find list of users

    Posted Sep 19, 2020 03:50 AM

    HW: HPE 2530 24 ports

    SW ver YB.16.10.0010

     

    I have 2 admin users (admin and admin2), but I can't find in running config

    How to find list of local users?

     

    tq



  • 2.  RE: Find list of users
    Best Answer

    Posted Sep 19, 2020 11:34 AM

    Its not in config as default

     

    Check out the "Access Security Guide" on Aruba Support Portal

     

    https://support.hpe.com/resource3/docDisplay/pdfjs/web/viewer.html?file=blob%3Ahttps%3A%2F%2Fsupport.hpe.com%2F79e6fd1c-7ae8-4760-8091-e2305104669d%23ASG%20YAYB.pdf

     

    around page 31 onwards you  need to look at the command 

     

    include-credentials

     



  • 3.  RE: Find list of users

    Posted Sep 19, 2020 03:51 PM

    it seems, I can't have multiple manager role.

    Let say

    # password manager user-name admin plaintext password

    # password manager user-name admin2 plaintext password

    only last admin user will appear in config, which is admin2

    Can I have multiple users with manager right?

    tq

     

    UPDATE1:

    -it seems to create another admin user is like this, but it can't login to web gui

    # aaa authorization group ADMINS 100 match-command configure permit
    # aaa authorization group ADMINS 200 match-command ssh permit
    # aaa authorization group ADMINS 300 match-command menu permit
    # aaa authentication local-user admin2 group ADMINS password plaintext
    New password for admin2: ********
    Please retype new password for admin2: ********

     



  • 4.  RE: Find list of users

    Posted Sep 20, 2020 02:12 PM

    if you want a super user like privileges  you can use regular type expressions like "dot asterisk" 

     

    match-command .* permit

     

    I believe that at the moment only manager and operator can use the web gui

     

    see link below

     

    https://community.arubanetworks.com/t5/Wired-Intelligent-Edge-Campus/Aruba-2930F-Web-GUI-local-user/m-p/647205