- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Menu disabled when using aaa authorization command...
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016 05:14 AM
05-03-2016 05:14 AM
Menu disabled when using aaa authorization commands radius set
I've got Radius authentication setup and it's working okay, but I also want to setup command authorization so I can control what commands an account is able to run. I've setup a test account in freeradius:
test Cleartext-Password := "notsecure"
Service-Type = Administrative-User,
HP-Command-String = "",
HP-Command-Exception = 1
and set aaa authorization commands radius on the switch (a procurve 2610). Problem is despite the definition allowing all commands (and this works) it would appear "menu" doesn't work, I get the error "Not authorized to execute this command.".
Has anyone succesfully enabled radius command authorization and managed to retain access to the menu?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2016 05:58 AM
05-12-2016 05:58 AM
Re: Menu disabled when using aaa authorization commands radius set
Menu is a special command that you have to explicitly allow in the command list because it implies the user has full access to anything the menu can do. To allow it:
test Cleartext-Password := "test"
Service-Type = 6,
HP-Command-String = "menu;.*"