From 6e8d69ad38755ae60208e5b2dfcf1a2a8dc3616f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 24 May 2016 11:44:43 +0000 Subject: [PATCH] The NAS-Identifier attribute is a string, not an integer. MFC after: 1 week --- lib/libradius/radlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libradius/radlib.h b/lib/libradius/radlib.h index a4793187892..e9b7a87f123 100644 --- a/lib/libradius/radlib.h +++ b/lib/libradius/radlib.h @@ -98,7 +98,7 @@ #define RAD_TERMINATION_ACTION 29 /* Integer */ #define RAD_CALLED_STATION_ID 30 /* String */ #define RAD_CALLING_STATION_ID 31 /* String */ -#define RAD_NAS_IDENTIFIER 32 /* Integer */ +#define RAD_NAS_IDENTIFIER 32 /* String */ #define RAD_PROXY_STATE 33 /* Integer */ #define RAD_LOGIN_LAT_SERVICE 34 /* Integer */ #define RAD_LOGIN_LAT_NODE 35 /* Integer */