How to configure a user must access from a NAS-Identifier
(Redirected from NAS-Identifier)
How to configure Access-Request must include attribute NAS-Identifier?
I use freeRADIUS with mySQL, I want allow user04 only can access from NAS-Identifier='nas04'. I insert radcheck (UserName, Attribute, op, Value) values ('user04','NAS-Identifier',':=','nas04') and send Access-Request without NAS-Identifier attribute, but it still reply Access-Accept.
What's wrong