Hi All,
I would like to login to our procurve switches using AD credentials and bypass the operator level and jump to the enable/manager (SSO, single sign on)
I've configured a procurve J4899A switch (H.10.74) for RADIUS authentication to a NPS server
Added the Procurve switch IP / shared secret to the NPS as a RADIUS client
Access-Request messagess must contain the Message-Authenticator attribute (ticked)
Ive ran the NPS wizard and it created a connection request / network policies:
Connection request policy (NAS Port Type=Ethernet)
Network Policy (NAS Port type = ethernet, windows group = <group>)
Contraints: Authentication Methods Microsoft: secured password, EAP-MSCHAP v2, MS-CHAP (ticked), PAP, SPAP (ticked)
The switch is configured with aaa authentication as below:
aaa authentication login privilege-mode
aaa authentication telnet enable radius local
radius-server host w.x.y.z key xyz
When I telnet to the switch and enter my username/password, the switch returns:
User authentication failure
The "Hardening Procurve switch" whitepaper mentions:
To supply a privilege level via RADIUS, specify the “Service-Type” attribute in the user’s credentials.
Service-Type = 6 allows manager-level access
Service-Type = 7 allows operator-level access
A user with Service-Type not equal to 6 or 7 is denied access
A user with no Service-Type attribute supplied is denied access when privilege mode is enabled
In the NPS Policy settings, there is a "Service Type" condition but which one specifies the above?
I've chosen "Administrative" but it still didn't work.
Thanks.