- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
02-19-2017 11:01 AM - edited 02-19-2017 11:01 AM
Hi,
Can you tell me which commands the read-only mgt user can use please (CLI)? I'm returning '0' from our Radius server which appears to work, but I'm not sure what the user can and can't do.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
02-19-2017 12:48 PM
"read-only: Permits access to CLI show commands or WebUI monitoring pages only"
*Answers and views expressed by me on this forum are my own and not necessarily the position of Aruba Networks or Hewlett Packard Enterprise.*
ArubaOS 8.4 User Guide
InstantOS 8.3 User Guide
Airheads Knowledgebase
Airheads Learning Videos
Aruba Central Documentation
Sign up for Security Alerts
Aruba Technical Webinars
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: mgt user read-only privileges
02-20-2017 01:23 AM
Thanks Colin,
I realised I made a mistake there, I am returning '0' which I think is actually the 'network-operations' role. What do I need to return to use the 'read-only' role?
And is it listed anywhere what the subset of commands the network-operations role can actually use are?
Thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: mgt user read-only privileges
02-20-2017 02:51 AM
You need to return the radius attribute "Aruba-Admin-Role" with the admin role that you want a user to get:
Aruba-Admin-Role 4 String Aruba 14823
*Answers and views expressed by me on this forum are my own and not necessarily the position of Aruba Networks or Hewlett Packard Enterprise.*
ArubaOS 8.4 User Guide
InstantOS 8.3 User Guide
Airheads Knowledgebase
Airheads Learning Videos
Aruba Central Documentation
Sign up for Security Alerts
Aruba Technical Webinars
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: mgt user read-only privileges
02-20-2017 04:35 AM
So this is where I'm slightly hazy(!):
Isn't Aruba-Admin-Role for web users? What I want is CLI access roles.
We are currently returning numeric values for attribute 'Aruba-Priv-Admin-User', currently we use '1' for root and '0' for (what appears to equate to) 'network-operations'. Is there a list of what those numeric values should be for each user role that is available? Eg what should that number be for a 'read-only' user?
Or am I misunderstanding how this works?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: mgt user read-only privileges
02-20-2017 06:19 AM
Aruba-Admin-Role is for all users. It allows you to set the admin role by simply replying with the text name of the role as an attribute.
"Aruba-Priv-Admin-User" is an attribute only so that a user can avoid typing the enable password. Please see here: http://community.arubanetworks.com/t5/ArubaOS-and-Controllers/Aruba-VSA-Aruba-Priv-Admin-User/m-p/14609
*Answers and views expressed by me on this forum are my own and not necessarily the position of Aruba Networks or Hewlett Packard Enterprise.*
ArubaOS 8.4 User Guide
InstantOS 8.3 User Guide
Airheads Knowledgebase
Airheads Learning Videos
Aruba Central Documentation
Sign up for Security Alerts
Aruba Technical Webinars
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: mgt user read-only privileges
02-20-2017 10:06 AM
Ah so I did misunderstand this. So I can return a role eg
Aruba-Admin-Role := 'network-operations'
*and* either:
Aruba-Priv-Admin-User := 0
or
Aruba-Priv-Admin-User := 1
?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator