Is there any way to get %{NAS-Port-Type} to use the number 19 rather than Wireless-IEEE 802.11?
Hello? You want to use the NAS-Port-Type attribute for authentication. By the way, RFC tries to use the defined numeric value, but if you look at the log of FreeRADIUS, it is displayed in the form of a string. For example, NAS-Port-Type 19 is displayed as Wireless-IEEE 802.11. I want to use 19 for inquiry in the database. When I refer to %{NAS-Port-Type}, it is displayed as Wireless-IEEE 802.11. Is there any way to use 19? thank you.
Thank you for your answer, Matthew. 2022년 3월 28일 (월) 오후 7:46, Matthew Newton <mcn@freeradius.org>님이 작성:
On 28/03/2022 10:36, Lucian Kim wrote:
When I refer to %{NAS-Port-Type}, it is displayed as Wireless-IEEE 802.11. Is there any way to use 19?
%{integer:NAS-Port-Type}
-- Matthew - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Lucian Kim -
Matthew Newton